aboutsummaryrefslogtreecommitdiff
path: root/databases/gbib/Makefile
blob: b9a8adae9c627e8d388f7d56b0650a2d6a022307 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	gbib
# Date created:			26 February 2002
# Whom:				Christian Brueffer (chris@unixpages.org)
#
# $FreeBSD$
#

PORTNAME=	gbib
PORTVERSION=	0.1.1b
CATEGORIES=	databases editors gnome
MASTER_SITES=	ftp://ftp.seul.org/pub/gbib/src/ \
		http://www.unixpages.org/distfiles/

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.post.mk>