svn commit: r488577 - head/audio/festalon
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Dec 27 22:46:22 UTC 2018
Author: ehaupt
Date: Thu Dec 27 22:46:21 2018
New Revision: 488577
URL: https://svnweb.freebsd.org/changeset/ports/488577
Log:
- Remove some cruft now that the xmms slave port has been removed
- Pacify portlint
- i386 has been broken since 10.x, rather mark it ONLY_FOR_ARCHS
Modified:
head/audio/festalon/Makefile
Modified: head/audio/festalon/Makefile
==============================================================================
--- head/audio/festalon/Makefile Thu Dec 27 21:59:21 2018 (r488576)
+++ head/audio/festalon/Makefile Thu Dec 27 22:46:21 2018 (r488577)
@@ -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 at 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>
More information about the svn-ports-head
mailing list