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>
This commit is contained in:
Martin Wilke 2011-02-12 04:49:00 +00:00
parent ef8483d8d7
commit 025e7c7745
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268962
4 changed files with 37 additions and 0 deletions

View file

@ -5,6 +5,7 @@
SUBDIR += bpkg
SUBDIR += bpm
SUBDIR += bxpkg
SUBDIR += distilator
SUBDIR += fastest_sites
SUBDIR += genplist

31
ports-mgmt/bxpkg/Makefile Normal file
View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (0.0.1_0.tar.bz2) = bac22c2bfb881f0dee003eccdd086ff649984f139f36fdbc7384b70626f7a6d0
SIZE (0.0.1_0.tar.bz2) = 198468

View file

@ -0,0 +1,3 @@
bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
WWW: http://bxpkg.bsdroot.lv