summaryrefslogtreecommitdiff
path: root/ports-mgmt/bpkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/bpkg/Makefile')
-rw-r--r--ports-mgmt/bpkg/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/ports-mgmt/bpkg/Makefile b/ports-mgmt/bpkg/Makefile
new file mode 100644
index 000000000000..a70721763e5b
--- /dev/null
+++ b/ports-mgmt/bpkg/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: bpkg
+# Date created: 24 June 2007
+# Whom: Andy Kosela <andy.kosela@gmail.com>
+#
+# $FreeBSD$
+#
+# This port is self contained in the files directory.
+#
+
+PORTNAME= bpkg
+PORTVERSION= 1.0
+CATEGORIES= ports-mgmt
+MASTER_SITES= # none
+DISTFILES= # none
+
+MAINTAINER= andy.kosela@gmail.com
+COMMENT= Simple tool for managing FreeBSD packages/ports
+
+NO_BUILD= yes
+SUB_FILES= bpkg.sh
+
+PLIST_FILES= sbin/bpkg
+
+MAN8= bpkg.8
+
+do-fetch:
+ @${DO_NADA}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/sbin/bpkg
+ ${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8
+
+.include <bsd.port.mk>