aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gaddr/Makefile
blob: fddc0f9bf73af4a0d5774e292a8e577f060baf4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>