1999-05-28 22:30:27 +00:00
|
|
|
# Ports collection Makefile for: gtm
|
|
|
|
# Date created: 05/28/1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: nectar@FreeBSD.org
|
1999-03-17 08:30:37 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-03-17 08:30:37 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
PORTNAME= gtm
|
|
|
|
PORTVERSION= 0.3.1
|
1999-08-02 10:44:03 +00:00
|
|
|
CATEGORIES= ftp gnome
|
1999-05-28 22:30:27 +00:00
|
|
|
MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \
|
|
|
|
http://www.nectar.cc/distfiles/
|
1999-03-17 08:30:37 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
1999-03-17 08:30:37 +00:00
|
|
|
|
1999-05-28 22:30:27 +00:00
|
|
|
# wget is in BUILD_DEPENDS because the configure script checks for it
|
1999-10-17 13:45:05 +00:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
1999-09-09 18:36:35 +00:00
|
|
|
capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
|
1999-08-02 11:12:52 +00:00
|
|
|
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
1999-03-17 08:30:37 +00:00
|
|
|
|
1999-05-30 03:36:10 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1999-03-17 08:30:37 +00:00
|
|
|
USE_X_PREFIX= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
1999-05-30 03:36:10 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-03-17 08:30:37 +00:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|