diff options
author | frueauf <frueauf> | 1999-01-21 20:43:24 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-01-21 20:43:24 +0000 |
commit | 04d49c73329d7a2659a99886d05d33a653962abc (patch) | |
tree | 454e3b426c970f6921020163328d20e982c273d0 /devel/cdk | |
parent | c98996aceaee55f66aea4e9ccb703559afaefa8f (diff) | |
download | pkgsrc-04d49c73329d7a2659a99886d05d33a653962abc.tar.gz |
Make this one work with MANZ set too.
Diffstat (limited to 'devel/cdk')
-rw-r--r-- | devel/cdk/Makefile | 30 | ||||
-rw-r--r-- | devel/cdk/patches/patch-ab | 10 |
2 files changed, 17 insertions, 23 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index dd8da4c8857..344fceac94b 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -1,24 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/01 23:27:36 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/21 20:43:24 frueauf Exp $ +# -DISTNAME= cdk4x9x6 -PKGNAME= cdk-4.9.6 -CATEGORIES= devel -MASTER_SITES= http://www.datasoft.on.ca/~cdk/ -EXTRACT_SUFX= .tgz +DISTNAME= cdk4x9x6 +PKGNAME= cdk-4.9.6 +WRKSRC= ${WRKDIR}/${PKGNAME} +CATEGORIES= devel +MASTER_SITES= http://www.datasoft.on.ca/~cdk/ +EXTRACT_SUFX= .tgz -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.datasoft.on.ca/~cdk +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.datasoft.on.ca/~cdk -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses -WRKSRC= ${WRKDIR}/${PKGNAME} - -MAKE_ENV+= WRKSRC=${WRKSRC} - -.include "../../mk/bsd.prefs.mk" - -.ifdef MANZ -MANCOMPRESSED= yes -.endif +MAKE_ENV+= WRKSRC=${WRKSRC} .include "../../mk/bsd.pkg.mk" diff --git a/devel/cdk/patches/patch-ab b/devel/cdk/patches/patch-ab index fc3f28020eb..d3556adddda 100644 --- a/devel/cdk/patches/patch-ab +++ b/devel/cdk/patches/patch-ab @@ -1,7 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 1998/12/01 23:27:36 garbled Exp $ ---- /dev/null Tue Dec 1 15:41:34 1998 -+++ makefiles/Makefile.NetBSD Tue Dec 1 16:06:16 1998 -@@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.2 1999/01/21 20:43:24 frueauf Exp $ + +--- makefiles/Makefile.NetBSD.orig Thu Jan 21 11:55:10 1999 ++++ makefiles/Makefile.NetBSD Thu Jan 21 12:02:22 1999 +@@ -0,0 +1,21 @@ +# +# BSD style makefile for Cdk. +# @@ -20,7 +21,6 @@ $NetBSD: patch-ab,v 1.1.1.1 1998/12/01 23:27:36 garbled Exp $ +# Include the global FreeBSD makefile def's +# +NOLINT = 1 -+MANZ = 0 +LIBDIR = ${PREFIX}/lib +.include <bsd.lib.mk> +CFLAGS += -I. -DNCURSES -I${PREFIX}/include |