aboutsummaryrefslogtreecommitdiff
path: root/devel/fc++/Makefile
blob: 15db4f21c8d54edcd78dfcbc024a1a96047267b5 (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.4
CATEGORIES=	devel
MASTER_SITES=	http://www.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>