summaryrefslogtreecommitdiff
path: root/devel/p4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p4/Makefile')
-rw-r--r--devel/p4/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile
deleted file mode 100644
index 4384314fd52..00000000000
--- a/devel/p4/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:34 asau Exp $
-#
-
-DISTNAME= p4
-HOMEPAGE= http://www.perforce.com/perforce/products/p4.html
-COMMENT= Perforce SCM command-line client
-
-P4BINONLY= yes
-
-NOT_FOR_PLATFORM+= Linux-*-x86_64
-
-.include "../../devel/p4/Makefile.common"
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
- ${DESTDIR}${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"