- Add an additional mirror

- This port does not configure on FreeBSD 7.x, mark it BROKEN for
  ${OSVERSION} >= 700000
This commit is contained in:
Emanuel Haupt 2006-05-23 16:30:36 +00:00
parent bec57d697d
commit a99e2b8163
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163187

View file

@ -9,7 +9,8 @@ PORTNAME= playgsf
PORTVERSION= 0.7.1
CATEGORIES= audio
MASTER_SITES= http://projects.raphnet.net/playgsf/ \
http://critical.ch/distfiles/
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command line player for gsf audio files
@ -35,6 +36,12 @@ PLIST_FILES= bin/playgsf
# contains x86 assembler
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= Does not configure on FreeBSD 7.x
.endif
post-patch:
@${REINPLACE_CMD} \
-e 's|\(@LDFLAGS@\)|\1 ${LDFLAGS}|' \
@ -52,4 +59,4 @@ do-install:
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>