freebsd-ports/devel/ucpp/Makefile

24 lines
508 B
Makefile
Raw Normal View History

2001-02-15 18:44:55 +01:00
# 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
2001-02-15 18:44:55 +01:00
CATEGORIES= devel
MASTER_SITES= http://pornin.nerim.net/ucpp/
2001-02-15 18:44:55 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A C preprocessor and lexer
2001-02-15 18:44:55 +01:00
MAN1= ucpp.1
2001-02-15 18:44:55 +01:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
2001-02-15 18:44:55 +01:00
.include <bsd.port.mk>