freebsd-ports/ftp/gftp/Makefile

26 lines
497 B
Makefile
Raw Normal View History

# New ports collection makefile for: gftp
1999-11-14 01:54:48 +01:00
# Version required: 2.0.5a
# Date Created: 21 Feb 1999
# Whom: Damjan Marion <dmarion@open.hr>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
1999-11-14 01:54:48 +01:00
DISTNAME= gftp-2.0.5a
1999-08-02 12:44:03 +02:00
CATEGORIES= ftp
1999-09-10 01:00:43 +02:00
MASTER_SITES= http://gftp.seul.org/ \
ftp://gftp.seul.org/pub/gftp/
MAINTAINER= dmarion@open.hr
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
1999-11-14 01:54:48 +01:00
#USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
1999-11-14 01:54:48 +01:00
MAN1= gftp.1
.include <bsd.port.mk>