mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
877b8a533b
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
35 lines
656 B
Makefile
35 lines
656 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
|
|
MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
.if defined(WITH_GNOME)
|
|
LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
|
|
.endif
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if defined(WITH_GNOME)
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
.endif
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/gaddr
|
|
|
|
.include <bsd.port.mk>
|