freebsd-ports/deskutils/gaddr/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

31 lines
613 B
Makefile

# New ports collection makefile for: gaddr
# Date created: 8 August 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gaddr
PORTVERSION= 1.1.4
PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK (and optionally, GNOME) address book
PLIST_FILES= bin/gaddr
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
WANT_GNOME= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomelibs
PKGNAMESUFFIX= -gnome
CONFIGURE_ARGS+=--enable-gnome
.endif
.include <bsd.port.post.mk>