blob: 2741fdb556b7d378324c5d764dfb211b440b65f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:40 hubertf Exp $
#
DISTNAME= cdecl-2.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netsw.org/netsw/SoftEng/Lang/C/Tools/cdecl/ \
ftp://ftp.cc.gatech.edu/ac121/linux/devel/lang/c/ \
ftp://ftp.deva.net/pub/sources/programming/ \
ftp://ftp.bitcon.no//pub/linux/linuxberg/files/console/dev/ \
ftp://ftp.uakom.sk/pub/linux/devel/lang/c/
MAINTAINER= packages@netbsd.org
#HOMEPAGE=
COMMENT= utility to explain and compose C and C++ declarations
DEPENDS+= readline>=4.0:../../devel/readline
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cdecl
${INSTALL_DATA} ${WRKSRC}/testset* ${PREFIX}/share/doc/cdecl
.include "../../mk/bsd.pkg.mk"
|