1999-09-05 07:07:08 +02:00
|
|
|
# Ports collection makefile for: cdecl
|
|
|
|
# Date created: Sat Sep 04, 1999
|
|
|
|
# Whom: 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
|
1999-09-05 07:07:08 +02:00
|
|
|
CATEGORIES= devel
|
2005-03-15 19:09:26 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= devel/lang/c
|
1999-09-05 07:07:08 +02:00
|
|
|
|
2011-12-06 06:47:37 +01:00
|
|
|
MAINTAINER= eadler@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
|
|
|
|
2012-01-06 04:10:32 +01:00
|
|
|
USE_CSTD= c89
|
|
|
|
|
2002-12-22 18:42:14 +01:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
1999-09-05 07:07:08 +02:00
|
|
|
MAN1= cdecl.1
|
|
|
|
MLINKS= cdecl.1 c++decl.1
|
2005-03-15 19:09:26 +01:00
|
|
|
PORTDOCS= testset testset++
|
|
|
|
PLIST_FILES= bin/cdecl bin/c++decl
|
1999-09-05 07:07:08 +02:00
|
|
|
|
2012-06-02 06:49:36 +02:00
|
|
|
CONFLICTS= cutils-[0-9]*
|
|
|
|
|
1999-09-05 07:07:08 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-12-22 18:42:14 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/testset* ${DOCSDIR}
|
1999-09-05 07:07:08 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|