opnsense-ports/devel/make++/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

31 lines
684 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= make++
PORTVERSION= 2.0
CATEGORIES= devel perl5
MASTER_SITES= SF/${PORTNAME:S/+/p/g}/${PORTVERSION}
DISTNAME= ${PORTNAME:S/+/p/g}-${PORTVERSION}
EXTRACT_SUFX= .txz
MAINTAINER= gavin@16degrees.com.au
COMMENT= Drop-in replacement for GNU make
LICENSE= ART10 GPLv2 GPLv3
LICENSE_COMB= dual
USES= perl5 tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--mandir=${MANPREFIX}/man \
--htmldir=${DOCSDIR}/html
DATADIR= ${PREFIX}/share/${PORTNAME:S/+/p/g}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/+/p/g}
OPTIONS_DEFINE= DOCS
post-patch:
@${TOUCH} ${WRKSRC}/.test_done
.include <bsd.port.mk>