opnsense-ports/devel/cdecl/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

26 lines
590 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= cdecl
PORTVERSION= 2.5
CATEGORIES= devel
MASTER_SITES= SUNSITE/devel/lang/c
MAINTAINER= ports@FreeBSD.org
COMMENT= Explains complicated C/C++ declarations in plain English
USE_CSTD= c89
USES= readline
ALL_TARGET= ${PORTNAME}
PORTDOCS= testset testset++
PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz
MAKE_ENV+= STAGEDIR=$(STAGEDIR)
CONFLICTS= cutils-[0-9]*
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/testset* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>