blob: 2502d038b069cb267abf864b1f8f4c95b1edefe3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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= 2
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>
|