freebsd-ports/devel/fc++/Makefile
Adam Weinberger c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00

23 lines
412 B
Makefile

# ex:ts=8
# New ports collection makefile for: fc++
# Date created: Oct 10, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fc++
PORTVERSION= 1.4
CATEGORIES= devel
MASTER_SITES= http://www.cc.gatech.edu/~yannis/fc++/
DISTNAME= FC++.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/include/fc++
${CP} ${WRKSRC}/*.h ${PREFIX}/include/fc++
.include <bsd.port.mk>