aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/openvmps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/openvmps/Makefile')
-rw-r--r--net-mgmt/openvmps/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile
deleted file mode 100644
index 4f6a38cb5a89..000000000000
--- a/net-mgmt/openvmps/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Craig Boston <craig@yekse.gank.org>
-# $FreeBSD$
-
-PORTNAME= openvmps
-PORTVERSION= 1.4.05
-CATEGORIES= net-mgmt
-MASTER_SITES= SF/vmps/vmpsd/${PORTVERSION}
-DISTNAME= vmpsd-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GPL implementation of the VMPS protocol
-
-LICENSE= GPLv2
-
-USE_RC_SUBR= vmpsd
-
-USES= gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
-
-MAN1= vmpsd.1
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-IGNORE= does not run correctly on amd64 architecture, see ports/136376
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/^install-exec-am:/s|install-sysconfDATA||' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/vlan.db ${PREFIX}/etc/vmps.db.sample
-.if !exists(${PREFIX}/etc/vmps.db)
- cd ${PREFIX}/etc && ${CP} -p vmps.db.sample vmps.db
-.endif
-
-.include <bsd.port.post.mk>