diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-12 04:49:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-12 04:49:00 +0000 |
commit | 025e7c77455bff821398483cf30316f093d8dfcc (patch) | |
tree | b438e83e773352318c5102d74b1623c9b708f198 /ports-mgmt | |
parent | ef8483d8d77f030d27be55f14065aaef7802446e (diff) | |
download | ports-025e7c77455bff821398483cf30316f093d8dfcc.tar.gz ports-025e7c77455bff821398483cf30316f093d8dfcc.zip |
bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
WWW: http://bxpkg.bsdroot.lv
PR: portsi154563
Submitted by: Kostas Petrikas <kpetrikas at gmail.com>
Notes
Notes:
svn path=/head/; revision=268962
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/bxpkg/Makefile | 31 | ||||
-rw-r--r-- | ports-mgmt/bxpkg/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/bxpkg/pkg-descr | 3 |
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 |