freebsd-ports/devel/cdecl/Makefile

31 lines
637 B
Makefile
Raw Normal View History

# ex:ts=8
# 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$
#
2000-04-11 23:30:15 +02:00
PORTNAME= cdecl
PORTVERSION= 2.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/c
2002-05-08 23:03:16 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Explains complicated C/C++ declarations in plain English
ALL_TARGET= ${PORTNAME}
MAN1= cdecl.1
MLINKS= cdecl.1 c++decl.1
PORTDOCS= testset testset++
PLIST_FILES= bin/cdecl bin/c++decl
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/testset* ${DOCSDIR}
.endif
.include <bsd.port.mk>