diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-12-27 22:46:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-12-27 22:46:21 +0000 |
commit | 4650a3356ae5182d032f789c39efa32ce46e9c9b (patch) | |
tree | 7f82ac2580429ba2ce6745a684c4a72dcac43c98 /audio/festalon/Makefile | |
parent | b481e16e92e3112b46c3481cbff2c2eb885bde83 (diff) | |
download | ports-4650a3356ae5182d032f789c39efa32ce46e9c9b.tar.gz ports-4650a3356ae5182d032f789c39efa32ce46e9c9b.zip |
Notes
Diffstat (limited to 'audio/festalon/Makefile')
-rw-r--r-- | audio/festalon/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 93fbdd36293c..18431501bfff 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -3,34 +3,29 @@ PORTNAME= festalon PORTVERSION= 0.5.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/festalon/ \ LOCAL/ehaupt -PKGNAMEPREFIX?= MAINTAINER= ehaupt@FreeBSD.org -COMMENT?= Command line player for .nsf and .hes audio files +COMMENT= Command line player for .nsf and .hes audio files LICENSE= GPLv2 -BROKEN_i386= does not build on i386 FreeBSD 10.x and later +ONLY_FOR_ARCHS= amd64 LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate -USES+= libtool pkgconfig tar:bzip2 +USES= libtool pkgconfig tar:bzip2 +USE_SDL= yes + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -ONLY_FOR_ARCHS= i386 amd64 - OPTIONS_DEFINE= DOCS -.if ${PKGNAMEPREFIX} == "" - -USE_SDL= yes - PLIST_FILES= bin/festalon PORTDOCS= README @@ -39,6 +34,5 @@ do-install: ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |