summaryrefslogtreecommitdiff
path: root/editors/joe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r--editors/joe/Makefile26
1 files changed, 9 insertions, 17 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index 18a8634204f..18a71402e2f 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -1,25 +1,17 @@
-# $NetBSD: Makefile,v 1.18 2004/06/02 20:22:54 reed Exp $
-#
+# $NetBSD: Makefile,v 1.19 2004/06/03 08:52:23 adam Exp $
-DISTNAME= joe2.8
-PKGNAME= joe-2.8
-PKGREVISION= 2
+DISTNAME= joe-3.1
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.std.com/src/editors/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://joe-editor.sourceforge.net/
COMMENT= Joe's own editor
-WRKSRC= ${WRKDIR}/joe
-ALL_TARGET= joe
-
-CFLAGS+= -DTERMINFO
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Interix"
-CPPFLAGS+= -Dsetpgrp=setpgid
-.endif
+USE_BUILDLINK3= yes
+USE_PKGINSTALL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --sysconfdir="${PREFIX}/share/examples"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"