freebsd-ports/devel/fc++/Makefile

25 lines
458 B
Makefile
Raw Normal View History

2001-10-10 16:36:22 +02:00
# ex:ts=8
# New ports collection makefile for: fc++
# Date created: Oct 10, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fc++
PORTVERSION= 1.5
2001-10-10 16:36:22 +02:00
CATEGORIES= devel
MASTER_SITES= http://www-static.cc.gatech.edu/~yannis/fc++/
2001-10-10 16:36:22 +02:00
DISTNAME= FC++.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Functional Programming in C++
2001-10-10 16:36:22 +02:00
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/include/fc++
${CP} ${WRKSRC}/*.h ${PREFIX}/include/fc++
.include <bsd.port.mk>