1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/deskutils/gaddr/Makefile
Joe Marcus Clarke 1f471fe7b4 Fix things after recent GNOMENG commit.
PR:		42605
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-09-09 18:50:06 +00:00

30 lines
538 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
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/
MAINTAINER= jim@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOMENG= 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>