freebsd-ports/devel/ucpp/Makefile
Chris Rees 2feabdfea4 Update to 1.3.2
PR:		ports/160303
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2011-08-31 10:42:43 +00:00

29 lines
575 B
Makefile

# ex:ts=8
# New ports collection makefile for: ucpp
# Date created: Feb 16, 2001
# Whom: 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= BSD
MAN1= ucpp.1
PLIST_FILES= bin/ucpp
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>