Changeset View
Changeset View
Standalone View
Standalone View
audio/siren/Makefile
| PORTNAME= siren | PORTNAME= siren | ||||
| DISTVERSION= 0.11 | DISTVERSION= 0.11 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= audio | CATEGORIES= audio | ||||
| MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/ | MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/ | ||||
| MAINTAINER= eduardo@FreeBSD.org | MAINTAINER= eduardo@FreeBSD.org | ||||
| COMMENT= Text-based audio player | COMMENT= Text-based audio player | ||||
| WWW= https://www.kariliq.nl/siren/ | WWW= https://www.kariliq.nl/siren/ | ||||
| LICENSE= ISCL | LICENSE= ISCL | ||||
| LICENSE_FILE= ${WRKSRC}/LICENCE | LICENSE_FILE= ${WRKSRC}/LICENCE | ||||
| BROKEN_mips= fails to configure: cannot find program /nxb-bin/usr/bin/cc | |||||
| BROKEN_mips64= fails to configure: cannot find program /nxb-bin/usr/bin/cc | |||||
| USES= localbase:ldflags ncurses pkgconfig | USES= localbase:ldflags ncurses pkgconfig | ||||
| HAS_CONFIGURE= yes | HAS_CONFIGURE= yes | ||||
| USE_CSTD= c99 | USE_CSTD= c99 | ||||
| OPTIONS_DEFINE= FAAD FFMPEG FLAC MAD MPG123 OPUS SNDFILE VORBIS WAVPACK | OPTIONS_DEFINE= FAAD FFMPEG FLAC MAD MPG123 OPUS SNDFILE VORBIS WAVPACK | ||||
| OPTIONS_MULTI= SOUND | OPTIONS_MULTI= SOUND | ||||
| OPTIONS_MULTI_SOUND= OSS PULSEAUDIO SNDIO | OPTIONS_MULTI_SOUND= OSS PULSEAUDIO SNDIO | ||||
| OPTIONS_DEFAULT= FFMPEG OSS | OPTIONS_DEFAULT= FFMPEG OSS | ||||
| ▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines | |||||