aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fc++/Makefile
blob: 11f719432cbec176fe356812f76832c3c8c555f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>