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:
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
|
@ -5,6 +5,7 @@
|
|||
|
||||
SUBDIR += bpkg
|
||||
SUBDIR += bpm
|
||||
SUBDIR += bxpkg
|
||||
SUBDIR += distilator
|
||||
SUBDIR += fastest_sites
|
||||
SUBDIR += genplist
|
||||
|
|
31
ports-mgmt/bxpkg/Makefile
Normal file
31
ports-mgmt/bxpkg/Makefile
Normal 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>
|
2
ports-mgmt/bxpkg/distinfo
Normal file
2
ports-mgmt/bxpkg/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (0.0.1_0.tar.bz2) = bac22c2bfb881f0dee003eccdd086ff649984f139f36fdbc7384b70626f7a6d0
|
||||
SIZE (0.0.1_0.tar.bz2) = 198468
|
3
ports-mgmt/bxpkg/pkg-descr
Normal file
3
ports-mgmt/bxpkg/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
|
||||
|
||||
WWW: http://bxpkg.bsdroot.lv
|
Loading…
Reference in a new issue