freebsd-ports/sysutils/gpkgdep/Makefile
Joe Marcus Clarke 3b1efc0a4e Convert to new GNOME infrastructure which should fix the build.
Reported by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
2003-05-18 17:56:09 +00:00

22 lines
500 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
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
AUTOMAKE_ARGS= --add-missing
USE_GMAKE= yes
.include <bsd.port.mk>