aboutsummaryrefslogtreecommitdiff
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-14 00:54:48 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-14 00:54:48 +0000
commit15ff1b68602bc18f10c7eb565baf5d35b141784a (patch)
tree0981db207e4bb5e3da2fa66561539370edc95f52 /ftp/gftp/Makefile
parentb0cd70bd5f5fbcbd4db368756fa9d1717c93d86f (diff)
downloadports-15ff1b68602bc18f10c7eb565baf5d35b141784a.tar.gz
ports-15ff1b68602bc18f10c7eb565baf5d35b141784a.zip
Notes
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r--ftp/gftp/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index 47ee39caca94..2c9e206a2f5a 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gftp
-# Version required: 2.0.4
+# Version required: 2.0.5a
# Date Created: 21 Feb 1999
# Whom: Damjan Marion <dmarion@open.hr>
#
# $FreeBSD$
#
-DISTNAME= gftp-2.0.4
+DISTNAME= gftp-2.0.5a
CATEGORIES= ftp
MASTER_SITES= http://gftp.seul.org/ \
ftp://gftp.seul.org/pub/gftp
@@ -15,17 +15,11 @@ MAINTAINER= dmarion@open.hr
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-USE_AUTOCONF= yes
+#USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
-pre-install:
- find ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \;
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gftp ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/gftp
-.for i in sample.gftp/*
- ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/gftp
-.endfor
+MAN1= gftp.1
.include <bsd.port.mk>