diff options
author | frueauf <frueauf> | 1998-10-31 23:23:36 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-10-31 23:23:36 +0000 |
commit | f734114d295f6279bb852ae7fb9fa7b9bc237851 (patch) | |
tree | f809bb1e74db0295d1546cb386ada7a0babfa94f /editors/jed | |
parent | f2fd57c3d62e4dfe3da285b04afa56b336867cc6 (diff) | |
download | pkgsrc-f734114d295f6279bb852ae7fb9fa7b9bc237851.tar.gz |
Dito to what I fixed in slrn/Makefile.
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 16397acb8d1..f24a71cebad 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,22 +1,21 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/31 23:16:12 hwr Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/31 23:23:36 frueauf Exp $ +# -DISTNAME= jed0.98-7 -CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/ \ - ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/ +DISTNAME= jed0.98-7 +PKGNAME= jed-0.98-7 +CATEGORIES= editors +MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html -BUILD_DEPENDS+= libslang-1.2.2:../../devel/libslang -DEPENDS+= libslang-1.2.2:../../devel/libslang +DEPENDS+= libslang-1.2.2:../../devel/libslang -CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} +CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/jed +WRKSRC= ${WRKDIR}/jed .include "../../mk/bsd.pkg.mk" - - |