mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
32 lines
585 B
Makefile
32 lines
585 B
Makefile
|
# New ports collection makefile for: gaddr
|
||
|
# Version required: 1.1.2
|
||
|
# Date created: 8 August 1999
|
||
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= gaddr-1.1.2
|
||
|
CATEGORIES= deskutils
|
||
|
MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/
|
||
|
|
||
|
MAINTAINER= jim@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||
|
|
||
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.if defined(USE_GNOME)
|
||
|
CONFIGURE_ARGS+= --enable-gnome
|
||
|
.endif
|
||
|
|
||
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
||
|
|
||
|
post-install:
|
||
|
@strip ${PREFIX}/bin/gaddr
|
||
|
|
||
|
.include <bsd.port.mk>
|