diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-23 16:30:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-23 16:30:36 +0000 |
commit | a99e2b8163b2f949c84b6bd13c3902e0a8ae6063 (patch) | |
tree | 429a01197f99449e3e4ee1d9007578791f331101 /audio/playgsf | |
parent | - Updated maintainer (diff) |
- Add an additional mirror
- This port does not configure on FreeBSD 7.x, mark it BROKEN for
${OSVERSION} >= 700000
Notes
Notes:
svn path=/head/; revision=163187
Diffstat (limited to 'audio/playgsf')
-rw-r--r-- | audio/playgsf/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 6db3181d0128..f6ab44ea46f5 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -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> |