1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/gpkgdep/Makefile
Ade Lovett 771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00

25 lines
560 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= 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>