1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/ports-mgmt/bxpkg/Makefile
Pav Lucistnik 5e2b42b46e - Chase libarchive shlib bump
Reported by:	pointyhat
Pointy hat to:	glewis
2012-03-02 21:37:00 +00:00

33 lines
681 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
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://bxpkg.bsdroot.lv/files/
DISTNAME= ${PORTNAME}-${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.12:${PORTSDIR}/archivers/libarchive
.endif
.include <bsd.port.post.mk>