1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/ftp/gtm/Makefile

30 lines
735 B
Makefile
Raw Normal View History

# Ports collection Makefile for: gtm
# Version required: 0.3.1
# Date created: 05/28/1999
1999-03-17 08:30:37 +00:00
# Whom: nectar@FreeBSD.ORG
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1999-03-17 08:30:37 +00:00
#
DISTNAME= gtm-0.3.1
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp gnome
MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \
http://www.nectar.cc/distfiles/
1999-03-17 08:30:37 +00:00
MAINTAINER= nectar@FreeBSD.ORG
# wget is in BUILD_DEPENDS because the configure script checks for it
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
1999-03-17 08:30:37 +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
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
1999-03-17 08:30:37 +00:00
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>