1999-08-16 08:11:54 +00:00
|
|
|
# New ports collection makefile for: gaddr
|
|
|
|
# Date created: 8 August 1999
|
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-08-16 08:11:54 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= gaddr
|
|
|
|
PORTVERSION= 1.1.4
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 5
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
2007-02-12 07:30:36 +00:00
|
|
|
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
|
1999-08-16 08:11:54 +00:00
|
|
|
|
2007-07-12 18:52:00 +00:00
|
|
|
MAINTAINER= lme@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A GTK (and optionally, GNOME) address book
|
1999-08-16 08:11:54 +00:00
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/gaddr
|
1999-08-16 08:11:54 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-09-09 18:50:06 +00:00
|
|
|
USE_GNOME= gtk12
|
2002-08-30 13:21:15 +00:00
|
|
|
WANT_GNOME= yes
|
1999-08-16 08:11:54 +00:00
|
|
|
|
2000-10-05 07:22:56 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-08-30 13:21:15 +00:00
|
|
|
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
2002-09-09 18:50:06 +00:00
|
|
|
USE_GNOME+= gnomelibs
|
|
|
|
PKGNAMESUFFIX= -gnome
|
2004-04-10 17:26:55 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-gnome
|
1999-08-16 08:11:54 +00:00
|
|
|
.endif
|
|
|
|
|
2000-10-05 07:22:56 +00:00
|
|
|
.include <bsd.port.post.mk>
|