freebsd-ports/graphics/graphopt/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

21 lines
393 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= graphopt
PORTVERSION= 0.4.1
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graph layout optimizer
LICENSE= GPLv2+
USE_GNOME= gtk12
GNU_CONFIGURE= yes
DESKTOP_ENTRIES="GraphOpt" "" "" "${PORTNAME}" "Graphics;GTK;" ""
.include <bsd.port.mk>