1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/deskutils/gaddr/Makefile

31 lines
591 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= gaddr
PORTVERSION= 1.1.4
PORTREVISION= 5
CATEGORIES= deskutils gnome
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lme@FreeBSD.org
COMMENT= A GTK (and optionally, GNOME) address book
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/gaddr
GNU_CONFIGURE= yes
USE_GNOME= gtk12
WANT_GNOME= yes
2000-10-05 07:22:56 +00:00
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomelibs
PKGNAMESUFFIX= -gnome
2004-04-10 17:26:55 +00:00
CONFIGURE_ARGS+=--enable-gnome
.endif
2000-10-05 07:22:56 +00:00
.include <bsd.port.post.mk>