summaryrefslogtreecommitdiff
path: root/net/gftp-gtk1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gftp-gtk1/Makefile')
-rw-r--r--net/gftp-gtk1/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/gftp-gtk1/Makefile b/net/gftp-gtk1/Makefile
new file mode 100644
index 00000000000..93685e75a09
--- /dev/null
+++ b/net/gftp-gtk1/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/01 21:41:48 xtraeme Exp $
+
+.include "${.CURDIR}/../gftp/Makefile.common"
+
+PKGNAME= gftp-gtk1-${VERSION}
+COMMENT= Multithreaded GTK+ ftp client
+
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+CONFLICTS= gftp-[0-9]*
+
+CONFIGURE_ARGS+= --disable-gtk20
+
+PLIST_SRC= ${.CURDIR}/../gftp/PLIST
+DISTINFO_FILE= ${.CURDIR}/../gftp/distinfo
+
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"