summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/bxpkg/Makefile31
-rw-r--r--ports-mgmt/bxpkg/distinfo2
-rw-r--r--ports-mgmt/bxpkg/pkg-descr3
4 files changed, 37 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 8d2520e1f091..0d2d95b69531 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -5,6 +5,7 @@
SUBDIR += bpkg
SUBDIR += bpm
+ SUBDIR += bxpkg
SUBDIR += distilator
SUBDIR += fastest_sites
SUBDIR += genplist
diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile
new file mode 100644
index 000000000000..df6769b657c7
--- /dev/null
+++ b/ports-mgmt/bxpkg/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: bxpkg
+# Date Created: 7 February 2011
+# Whom: Kostas Petrikas <kpetrikas@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bxpkg
+DISTVERSION= 0.0.1_0
+CATEGORIES= ports-mgmt
+MASTER_SITES= http://hg.bsdroot.lv/expl/bxpkg/archive/
+DISTNAME= ${DISTVERSION}
+
+MAINTAINER= kpetrikas@gmail.com
+COMMENT= bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
+
+USE_XORG= x11
+USE_GNOME= gtk20
+
+PLIST_FILES= bin/bxpkg
+USE_BZIP2= YES
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= fails to build
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/ports-mgmt/bxpkg/distinfo b/ports-mgmt/bxpkg/distinfo
new file mode 100644
index 000000000000..87e1302ec794
--- /dev/null
+++ b/ports-mgmt/bxpkg/distinfo
@@ -0,0 +1,2 @@
+SHA256 (0.0.1_0.tar.bz2) = bac22c2bfb881f0dee003eccdd086ff649984f139f36fdbc7384b70626f7a6d0
+SIZE (0.0.1_0.tar.bz2) = 198468
diff --git a/ports-mgmt/bxpkg/pkg-descr b/ports-mgmt/bxpkg/pkg-descr
new file mode 100644
index 000000000000..e56bfd3557e6
--- /dev/null
+++ b/ports-mgmt/bxpkg/pkg-descr
@@ -0,0 +1,3 @@
+bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
+
+WWW: http://bxpkg.bsdroot.lv