summaryrefslogtreecommitdiff
path: root/devel/cdk/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-08-29 15:29:40 +0000
committerjlam <jlam@pkgsrc.org>1999-08-29 15:29:40 +0000
commit9ce87bbcf17e3518e126d7a9b72d41de51032eeb (patch)
treefa6c05ac3976933f0113612d35f012bb2504ce4a /devel/cdk/Makefile
parentfc098b53f52e4cf4d8fe290a4df6c6933f4739cb (diff)
downloadpkgsrc-9ce87bbcf17e3518e126d7a9b72d41de51032eeb.tar.gz
Update cdk to 4.9.9. The 4.9.8 distfile is gone, necessitating this update.
Diffstat (limited to 'devel/cdk/Makefile')
-rw-r--r--devel/cdk/Makefile20
1 files changed, 6 insertions, 14 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index de9934b4b46..fe64f5d7516 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 1999/07/06 07:57:20 jlam Exp $
+# $NetBSD: Makefile,v 1.4 1999/08/29 15:29:40 jlam Exp $
#
DISTNAME= latestCDK
-PKGNAME= cdk-4.9.8
+PKGNAME= cdk-4.9.9
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= devel
MASTER_SITES= http://www.vexus.ca/release/
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.vexus.ca/CDK.html
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= ncurses-4.2:../../devel/ncurses
USE_LIBTOOL= yes
@@ -22,20 +22,12 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
ALL_TARGET= default
pre-configure:
- ( cd ${WRKSRC}; autoconf )
+ cd ${WRKSRC}; ${LOCALBASE}/bin/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/; \
+ for file in ${WRKSRC}/examples/*.c ${WRKSRC}/examples/Makefile; do \
+ ${INSTALL_DATA} $${file} ${PREFIX}/share/examples/cdk/; \
done
.include "../../mk/bsd.pkg.mk"