summaryrefslogtreecommitdiff
path: root/devel/cdecl/Makefile
blob: 41784fe763626efa560f3d9327d26083df015220 (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.3 2001/02/16 14:38:19 wiz 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:
	@${MKDIR} ${PREFIX}/share/doc/cdecl
	${INSTALL_DATA} ${WRKSRC}/testset* ${PREFIX}/share/doc/cdecl

.include "../../mk/bsd.pkg.mk"