2012-10-06 16:35:45 +02:00
|
|
|
# Created by: David O'Brien (obrien@NUXI.com)
|
1999-09-10 20:49:38 +02:00
|
|
|
# $FreeBSD$
|
1999-09-05 07:07:08 +02:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= cdecl
|
|
|
|
PORTVERSION= 2.5
|
2016-08-07 19:21:26 +02:00
|
|
|
PORTREVISION= 1
|
1999-09-05 07:07:08 +02:00
|
|
|
CATEGORIES= devel
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SUNSITE/devel/lang/c
|
1999-09-05 07:07:08 +02:00
|
|
|
|
2014-09-24 08:00:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Explains complicated C/C++ declarations in plain English
|
1999-09-05 07:07:08 +02:00
|
|
|
|
2015-12-25 15:42:15 +01:00
|
|
|
CONFLICTS= cutils-[0-9]*
|
2012-01-06 04:10:32 +01:00
|
|
|
|
2016-08-07 19:21:26 +02:00
|
|
|
USES= ncurses readline
|
2015-12-25 15:42:15 +01:00
|
|
|
USE_CSTD= c89
|
2002-12-22 18:42:14 +01:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
2016-07-20 17:33:20 +02:00
|
|
|
MAKE_ENV+= STAGEDIR=${STAGEDIR}
|
2013-03-08 21:23:38 +01:00
|
|
|
|
2015-12-25 15:42:15 +01:00
|
|
|
PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz
|
|
|
|
PORTDOCS= testset testset++
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2012-06-02 06:49:36 +02:00
|
|
|
|
2015-12-25 15:42:15 +01:00
|
|
|
post-install-DOCS-on:
|
2013-10-23 20:57:48 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2013-10-12 22:29:58 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/testset* ${STAGEDIR}${DOCSDIR}
|
1999-09-05 07:07:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|