aboutsummaryrefslogtreecommitdiffstats
path: root/devel/makeplus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/makeplus/Makefile')
-rw-r--r--devel/makeplus/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/devel/makeplus/Makefile b/devel/makeplus/Makefile
deleted file mode 100644
index cc2a7b7b2381..000000000000
--- a/devel/makeplus/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: makeplus
-# Date created: 2002-12-22
-# Whom: Alan Eldridge <alane@geeksrus.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= makeplus
-PORTVERSION= 0.2.3
-PORTREVISION= 3
-CATEGORIES= devel
-MASTER_SITES= http://www.annexia.org/_file/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Advanced build system for GNU Make
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto
-RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake
-
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-MAKEPLUS_HOME= ${WRKSRC}
-CONFIGURE_ENV= PATH=${MAKEPLUS_HOME}:${PATH} MAKEPLUS_HOME=${MAKEPLUS_HOME}
-CONFIGURE_ARGS= --prefix=${PREFIX}
-MAKE_ENV= MAKEPLUS_HOME=${MAKEPLUS_HOME}
-
-MAN1= make+.1
-
-do-build:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./make+
-
-do-install:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./make+ install
-
-.include <bsd.port.mk>