1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/ftp/gtm/Makefile
Steve Price bca1223fe4 Use new version gnomelibs.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:36:10 +00:00

30 lines
778 B
Makefile

# Ports collection Makefile for: gtm
# Version required: 0.3.1
# Date created: 05/28/1999
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.2 1999/05/28 22:30:02 nectar Exp $
#
DISTNAME= gtm-0.3.1
CATEGORIES= net gnome
MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \
http://www.nectar.cc/distfiles/
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}/net/wget
RUN_DEPENDS= wget:${PORTSDIR}/net/wget
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>