ports/devel/make++/Makefile
Renato Botelho d0539afe06 devel/make++: Eliminate MANPREFIX usage
While here, move manpages to ${PREFIX}/share/man

Approved by:	portmgr (blanket infrastructure changes)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-01-15 14:46:01 -03:00

30 lines
667 B
Makefile

PORTNAME= make++
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= SF/${PORTNAME:S/+/p/g}/${PORTVERSION}
DISTNAME= ${PORTNAME:S/+/p/g}-${PORTVERSION}
MAINTAINER= gavin@16degrees.com.au
COMMENT= Drop-in replacement for GNU make
WWW= https://makepp.sourceforge.net/
LICENSE= ART10 GPLv2+
LICENSE_COMB= dual
USES= perl5 tar:txz
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--mandir=${PREFIX}/share/man \
--htmldir=${DOCSDIR}/html
NO_ARCH= yes
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>