1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/gpkgdep/Makefile

26 lines
563 B
Makefile

# New ports collection makefile for: gpkgdep
# Date created: 2002/11/28
# Whom: Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$
PORTNAME= gpkgdep
PORTVERSION= 0.0
PORTREVISION= 5
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_AUTOMAKE_VER= 15
USE_AUTOCONF_VER= 253
AUTOMAKE_ARGS= --add-missing
USE_GMAKE= yes
PLIST_FILES= bin/gpkgdep
.include <bsd.port.mk>