1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/fc++/Makefile

29 lines
562 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= fc++
PORTVERSION= 1.5
CATEGORIES= devel
MASTER_SITES= http://people.cs.umass.edu/~yannis/fc++/
DISTNAME= ${PORTNAME:U}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Functional Programming in C++
OPTIONS_DEFINE= DOCS
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:
@${MKDIR} ${PREFIX}/include/fc++
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/fc++
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/changes.html ${DOCSDIR}
.endif
.include <bsd.port.mk>