aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphopt/Makefile
blob: e083ae9137ec920b6a6e4e16df9be0154e9faa03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>