aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphopt/Makefile
blob: f6468ca746fce063cbb49ea76c1277d900b04444 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: ijliao
# $FreeBSD$

PORTNAME=   graphopt
PORTVERSION=    0.4.1
PORTREVISION=   5
CATEGORIES= graphics
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Graph Layout Optimizer

USE_GNOME=  gtk12
GNU_CONFIGURE=  yes

NO_STAGE=   yes
.include <bsd.port.mk>