summaryrefslogtreecommitdiff
path: root/devel/cdk/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-07-06 07:57:20 +0000
committerjlam <jlam@pkgsrc.org>1999-07-06 07:57:20 +0000
commit1b89cf5992a5988c01aaf59f015618910955f5e6 (patch)
tree47bdcc1c166b872d6ca875e27c871932fa056109 /devel/cdk/Makefile
parent46b4fc14ae2d16fb0caac1410b8c54673d6f81fe (diff)
downloadpkgsrc-1b89cf5992a5988c01aaf59f015618910955f5e6.tar.gz
* Update to cdk-4.9.8.
* Update ncurses dependency. * Update MASTER_SITE and HOMEPAGE to new locations. * Libtoolize library build.
Diffstat (limited to 'devel/cdk/Makefile')
-rw-r--r--devel/cdk/Makefile45
1 files changed, 34 insertions, 11 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 344fceac94b..de9934b4b46 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -1,18 +1,41 @@
-# $NetBSD: Makefile,v 1.2 1999/01/21 20:43:24 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1999/07/06 07:57:20 jlam Exp $
#
-DISTNAME= cdk4x9x6
-PKGNAME= cdk-4.9.6
-WRKSRC= ${WRKDIR}/${PKGNAME}
-CATEGORIES= devel
-MASTER_SITES= http://www.datasoft.on.ca/~cdk/
-EXTRACT_SUFX= .tgz
+DISTNAME= latestCDK
+PKGNAME= cdk-4.9.8
+WRKSRC= ${WRKDIR}/${PKGNAME}
+CATEGORIES= devel
+MASTER_SITES= http://www.vexus.ca/release/
+EXTRACT_SUFX= .tgz
-MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.datasoft.on.ca/~cdk
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.vexus.ca/CDK.html
-DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+BUILD_DEPENDS+= autoconf:../../devel/autoconf
+DEPENDS+= ncurses-4.2:../../devel/ncurses
-MAKE_ENV+= WRKSRC=${WRKSRC}
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include # for ncurses.h
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+ALL_TARGET= default
+
+pre-configure:
+ ( cd ${WRKSRC}; autoconf )
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cdk
+ for file in \
+ alphalist_ex.c bind_ex.c buttonbox_ex.c calendar_ex.c \
+ cdkscreen_ex.c dialog_ex.c entry_ex.c fselect_ex.c \
+ graph_ex.c hello_ex.c histogram_ex.c itemlist_ex.c \
+ label_ex.c marquee_ex.c matrix_ex.c mentry_ex.c menu_ex.c \
+ position_ex.c preprocess_ex.c radio_ex.c scale_ex.c \
+ scroll_ex.c selection_ex.c slider_ex.c subwindow_ex.c \
+ swindow_ex.c template_ex.c tst.c viewer_ex.c vinstall.c; do \
+ ${INSTALL_DATA} ${WRKSRC}/examples/$${file} \
+ ${PREFIX}/share/examples/cdk/; \
+ done
.include "../../mk/bsd.pkg.mk"