2004-04-25 07:32:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2004/04/25 05:32:01 snj Exp $
|
1999-11-11 13:53:16 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= cdecl-2.5
|
|
|
|
CATEGORIES= devel
|
2001-07-10 00:25:24 +02:00
|
|
|
MASTER_SITES= ftp://ftp.netsw.org/softeng/lang/c/tools/cdecl/ \
|
|
|
|
ftp://ftp-linux.cc.gatech.edu/pub/linux/devel/lang/c/ \
|
|
|
|
ftp://ftp.deva.net/pub/sources/programming/declaration/ \
|
|
|
|
ftp://ftp.bitcon.no//pub/linux/linuxberg/files/console/dev/
|
1999-11-11 13:53:16 +01:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= Utility to explain and compose C and C++ declarations
|
1999-11-11 13:53:16 +01:00
|
|
|
|
2004-04-25 07:32:01 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2001-06-21 04:07:08 +02:00
|
|
|
ALL_TARGET= cdecl
|
2001-05-22 07:48:14 +02:00
|
|
|
|
2001-06-21 04:07:08 +02:00
|
|
|
EGDIR= ${PREFIX}/share/examples/cdecl
|
1999-11-11 13:53:16 +01:00
|
|
|
|
|
|
|
post-install:
|
2001-05-22 07:48:14 +02:00
|
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/testset* ${EGDIR}
|
1999-11-11 13:53:16 +01:00
|
|
|
|
2004-04-25 07:32:01 +02:00
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
1999-11-11 13:53:16 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|