# ex:ts=8 # New ports collection makefile for: ucpp # Date created: Feb 16, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= ucpp PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= http://pornin.nerim.net/ucpp/ MAINTAINER= ports@FreeBSD.org COMMENT= A C preprocessor and lexer MAN1= ucpp.1 PLIST_FILES= bin/ucpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 .include