summaryrefslogtreecommitdiff
path: root/net/gftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gftp/Makefile')
-rw-r--r--net/gftp/Makefile24
1 files changed, 7 insertions, 17 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile
index 480e48952ea..4331e91dcf6 100644
--- a/net/gftp/Makefile
+++ b/net/gftp/Makefile
@@ -1,23 +1,13 @@
-# $NetBSD: Makefile,v 1.12 2003/07/21 17:10:38 martti Exp $
+# $NetBSD: Makefile,v 1.13 2003/09/01 21:38:43 xtraeme Exp $
+#
-DISTNAME= gftp-2.0.8
-PKGREVISION= 4
-CATEGORIES= net
-MASTER_SITES= http://gftp.seul.org/ \
- ftp://gftp.seul.org/pub/gftp/ \
- ftp://gftp.seul.org/pub/gftp/old-releases/
+.include "${.CURDIR}/Makefile.common"
-MAINTAINER= jmcneill@invisible.yi.org
-HOMEPAGE= http://gftp.seul.org/
-COMMENT= Multithreaded ftp client for *NIX based machines running X11R6
+COMMENT= Multithreaded GTK2+ ftp client
-DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
-USE_BUILDLINK2= YES
-USE_PKGLOCALEDIR= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}"
+CONFLICTS= gftp-gtk1-[0-9]*
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"