summaryrefslogtreecommitdiff
path: root/devel/make++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/make++/Makefile')
-rw-r--r--devel/make++/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/make++/Makefile b/devel/make++/Makefile
deleted file mode 100644
index 76fc2ac749b2..000000000000
--- a/devel/make++/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-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/
-
-DEPRECATED= Abandonware, last release in 2017
-EXPIRATION_DATE=2025-07-31
-
-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>