pkgsrc/devel/cdk/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

35 lines
837 B
Makefile

# $NetBSD: Makefile,v 1.25 2004/10/03 00:13:25 tv Exp $
#
DISTNAME= latestCDK
PKGNAME= cdk-4.9.9
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.vexus.ca/release/
EXTRACT_SUFX= .tgz
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.vexus.ca/CDK.html
COMMENT= Curses Development Kit
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK3= yes
USE_NCURSES= # uses ncurses internals
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
AUTOCONF_REQD= 2.13
ALL_TARGET= default
pre-configure:
cd ${WRKSRC}; ${AUTOCONF}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cdk
for file in ${WRKSRC}/examples/*.c ${WRKSRC}/examples/Makefile; do \
${INSTALL_DATA} $${file} ${PREFIX}/share/examples/cdk/; \
done
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"