blob: 6bee436c3a2ea93a7d8e8035dcfdb854bde548ab (
plain) (
tree)
|
|
# New ports collection makefile for: gpkgdep
# Date created: 2002/11/28
# Whom: Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$
PORTNAME= gpkgdep
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= h.eichmann@gmx.de
COMMENT= Shows package dependencies in tree views
USE_BZIP2= yes
USE_GNOME= gtk20
USE_AUTOTOOLS= automake:15 autoconf:267
AUTOMAKE_ARGS= --add-missing
USE_GMAKE= yes
PLIST_FILES= bin/gpkgdep
.include <bsd.port.mk>
|