1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/graphopt/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

24 lines
408 B
Makefile

# ex:ts=8
# Ports collection makefile for: graphopt
# Date created: Dec 5, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= graphopt
PORTVERSION= 0.4.1
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graph Layout Optimizer
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.mk>