1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/fc++/Makefile
Renato Botelho 6626a4a24a UNBREAK: Make it fetchable again
PR:		ports/94199
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	portmgr (erwin)
2006-03-08 11:13:56 +00:00

25 lines
458 B
Makefile

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