freebsd-ports/sysutils/gpkgdep/Makefile
Sahil Tandon b5cb76ed93 - Update maintainer address
Requested by:	maintainer (via freebsd-ports)
2011-02-18 03:13:03 +00:00

25 lines
536 B
Makefile

# 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= m.tsatsenko@gmail.com
COMMENT= Shows package dependencies in tree views
LICENSE= GPLv2
USE_BZIP2= yes
USE_GNOME= gtk20
USE_AUTOTOOLS= automake14 autoconf
AUTOMAKE_ARGS= --add-missing
USE_GMAKE= yes
PLIST_FILES= bin/gpkgdep
.include <bsd.port.mk>