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