2012-10-31 12:16:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.35 2012/10/31 11:16:44 asau Exp $
|
1999-01-21 21:43:24 +01:00
|
|
|
#
|
1998-12-02 00:27:36 +01:00
|
|
|
|
1999-07-06 09:57:20 +02:00
|
|
|
DISTNAME= latestCDK
|
1999-08-29 17:29:40 +02:00
|
|
|
PKGNAME= cdk-4.9.9
|
2007-12-29 21:32:37 +01:00
|
|
|
PKGREVISION= 3
|
1999-07-06 09:57:20 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.vexus.ca/release/
|
|
|
|
EXTRACT_SUFX= .tgz
|
1998-12-02 00:27:36 +01:00
|
|
|
|
2008-01-19 10:16:17 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-10-04 23:35:58 +02:00
|
|
|
HOMEPAGE= http://www.vexus.ca/products/CDK/
|
2001-05-17 10:38:42 +02:00
|
|
|
COMMENT= Curses Development Kit
|
1998-12-02 00:27:36 +01:00
|
|
|
|
2004-01-20 13:07:06 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
2010-03-08 14:21:37 +01:00
|
|
|
USE_NCURSES= yes # uses ncurses internals
|
2000-08-17 02:39:37 +02:00
|
|
|
USE_LIBTOOL= yes
|
1999-07-06 09:57:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-01 22:07:59 +02:00
|
|
|
USE_TOOLS+= autoconf213
|
1999-07-06 09:57:20 +02:00
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= default
|
1999-07-06 09:57:20 +02:00
|
|
|
|
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
|
|
|
|
|
1999-07-06 09:57:20 +02:00
|
|
|
pre-configure:
|
2005-06-01 22:07:59 +02:00
|
|
|
cd ${WRKSRC}; autoconf
|
1999-07-06 09:57:20 +02:00
|
|
|
|
|
|
|
post-install:
|
1999-08-29 17:29:40 +02:00
|
|
|
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/; \
|
1999-07-06 09:57:20 +02:00
|
|
|
done
|
1998-12-02 00:27:36 +01:00
|
|
|
|
2004-04-26 07:12:37 +02:00
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
1998-12-02 00:27:36 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|