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

32 lines
614 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= 3
CATEGORIES= deskutils gnome
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lars.engels@0x20.net
COMMENT= A GTK (and optionally, GNOME) address book
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/gaddr
USE_X_PREFIX= yes
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>