diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-10 14:36:22 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-10 14:36:22 +0000 |
commit | d7613088484764a5290d47bf0b5d6867f31d0332 (patch) | |
tree | dd12f162dd885e00122710d6b800f7ebdaaa029c /devel/fc++/Makefile | |
parent | db5f14fd74d65145799e7292d2400c95d047412a (diff) | |
download | FreeBSD-ports-d7613088484764a5290d47bf0b5d6867f31d0332.zip FreeBSD-ports-d7613088484764a5290d47bf0b5d6867f31d0332.tar.gz |
add fc++
Functional Programming in C++
Diffstat (limited to 'devel/fc++/Makefile')
-rw-r--r-- | devel/fc++/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/fc++/Makefile b/devel/fc++/Makefile new file mode 100644 index 0000000..8b53384 --- /dev/null +++ b/devel/fc++/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: fc++ +# Date created: Oct 10, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= fc++ +PORTVERSION= 1.3 +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> |