diff options
Diffstat (limited to 'ftp/gftp/Makefile')
| -rw-r--r-- | ftp/gftp/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile new file mode 100644 index 000000000000..1deb8b939764 --- /dev/null +++ b/ftp/gftp/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: gftp +# Version required: 1.13 +# Date Created: 21 Feb 1999 +# Whom: Damjan Marion <dmarion@open.hr> +# +# $Id$ +# + +DISTNAME= gftp-1.13 +CATEGORIES= net +MASTER_SITES= http://www.newwave.net/~masneyb/ + +MAINTAINER= dmarion@open.hr + +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + +USE_AUTOCONF= yes +USE_X_PREFIX= yes + +post-install: + strip ${PREFIX}/bin/gftp + +.include <bsd.port.mk> |
