pkgsrc/devel/cdk/Makefile

37 lines
906 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.35 2012/10/31 11:16:44 asau Exp $
1999-01-21 21:43:24 +01:00
#
DISTNAME= latestCDK
PKGNAME= cdk-4.9.9
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.vexus.ca/release/
EXTRACT_SUFX= .tgz
2008-01-19 10:16:17 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.vexus.ca/products/CDK/
2001-05-17 10:38:42 +02:00
COMMENT= Curses Development Kit
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_NCURSES= yes # uses ncurses internals
2000-08-17 02:39:37 +02:00
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf213
BUILD_TARGET= default
2008-12-08 18:24:19 +01:00
INSTALL_MAKE_FLAGS+= INSTALL_DIR=${DESTDIR}${PREFIX} \
MAN_DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
2008-06-20 03:09:05 +02:00
INSTALLATION_DIRS= share/examples/cdk
pre-configure:
cd ${WRKSRC}; autoconf
post-install:
for file in ${WRKSRC}/examples/*.c ${WRKSRC}/examples/Makefile; do \
2008-06-20 03:09:05 +02:00
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/examples/cdk/; \
done
2004-04-26 07:12:37 +02:00
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"