Index: head/audio/festalon/Makefile =================================================================== --- head/audio/festalon/Makefile (revision 488576) +++ head/audio/festalon/Makefile (revision 488577) @@ -1,44 +1,38 @@ # Created by: Emanuel Haupt # $FreeBSD$ 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 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include