freebsd-ports/graphics/graphopt/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

21 lines
405 B
Makefile

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