freebsd-ports/devel/ucpp/Makefile
Chris Rees 50ef26bc89 Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
2013-12-29 14:50:31 +00:00

23 lines
493 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= ucpp
PORTVERSION= 1.3.2
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= crees@FreeBSD.org
COMMENT= A C preprocessor and lexer
LICENSE= BSD3CLAUSE
PLIST_FILES= bin/ucpp man/man1/ucpp.1.gz
USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>