1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/ports-mgmt/bxpkg/Makefile
Frederic Culot 8968f4c4bc - Update to 0.0.4_0
PR:		ports/156004
Submitted by:	Kostas Petrikas <kpetrikas AT gmail.com> (maintainer)
2011-03-29 17:13:00 +00:00

32 lines
663 B
Makefile

# New ports collection makefile for: bxpkg
# Date Created: 7 February 2011
# Whom: Kostas Petrikas <kpetrikas@gmail.com>
#
# $FreeBSD$
#
PORTNAME= bxpkg
DISTVERSION= 0.0.4_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
LIB_DEPENDS+= archive.10:${PORTSDIR}/archivers/libarchive
.endif
.include <bsd.port.post.mk>