aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gpkgdep/Makefile
blob: b4aa7912cd26f9a3ae922228db6765f54be3b251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Heiner <h.eichmann@gmx.de>
# $FreeBSD$

PORTNAME=   gpkgdep
PORTVERSION=    0.2
PORTREVISION=   2
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/

MAINTAINER= m.tsatsenko@gmail.com
COMMENT=    Shows package dependencies in tree views

LICENSE=    GPLv2

USE_GNOME=  gtk20
USE_AUTOTOOLS=  automake14 autoconf
AUTOMAKE_ARGS=  --add-missing
USES=       gmake pkgconfig tar:bzip2
PLIST_FILES=    bin/gpkgdep

.include <bsd.port.mk>