summaryrefslogtreecommitdiff
path: root/databases/gbib
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-12-02 09:12:40 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-12-02 09:12:40 +0000
commit4e96557e6f7da040fd6fee9d65a62262a681a764 (patch)
tree4437f86ece24adf37a71da9cc22126c1d03b1990 /databases/gbib
parentMark BROKEN on -CURRENT. Drop Maintainership. (diff)
Mark Broken on CURRENT. Drop Maintainership
PR: 45908 Submitted by: Christian Brueffer <chris@unixpages.org>
Notes
Notes: svn path=/head/; revision=71315
Diffstat (limited to 'databases/gbib')
-rw-r--r--databases/gbib/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile
index 2bc20b473717..b9a8adae9c62 100644
--- a/databases/gbib/Makefile
+++ b/databases/gbib/Makefile
@@ -11,14 +11,20 @@ CATEGORIES= databases editors gnome
MASTER_SITES= ftp://ftp.seul.org/pub/gbib/src/ \
http://www.unixpages.org/distfiles/
-MAINTAINER= chris@unixpages.org
+MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gnomelibs
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not build on 5.0"
+.endif
+
post-install:
${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>