aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gpkgdep/Makefile
blob: 4fabb3ff92cd03ddccdb78844f45d69fc368eca8 (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
# New ports collection makefile for: gpkgdep
# Date created:                      2002/11/28
# Whom:                              Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$

PORTNAME=   gpkgdep
PORTVERSION=    0.0
PORTREVISION=   8
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gpkgdep

MAINTAINER= h.eichmann@gmx.de
COMMENT=    Shows package dependencies in tree views

USE_BZIP2=  yes
USE_GNOME=  gtk20
USE_AUTOTOOLS=  automake:15 autoconf:262
AUTOMAKE_ARGS=  --add-missing
USE_GMAKE=  yes
PLIST_FILES=    bin/gpkgdep

.include <bsd.port.mk>