freebsd-ports/biology/lsysexp/Makefile
Edwin Groothuis ec3cd3ad7f new port:biology/lsysexp
L-system Explorer is a program used for viewing and creating
	L-system fractals.

	The following features are supported:

	- Over 500 builtin L-systems, arranged into about 20 groups.
	- Ability to create and save custom L-systems and L-system groups.
	- Abilty to save images of L-systems (in PNG or JPEG format).
	- Multiple L-systems can be viewed at the same time.
	- Able to use custom colors and gradients.
	- Can also generate random gradients, or completely random colors.
	- Able to draw using lines, points, or a random combination of both.

PR:		iports/51400
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-09-03 02:23:23 +00:00

23 lines
479 B
Makefile

# New ports collection makefile for: lsysexp
# Date created: 22 Apr 2003
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= lsysexp
PORTVERSION= 0.67
CATEGORIES= biology
MASTER_SITES= http://www.cs.pdx.edu/~coscorrr/programs/lsysexp/download/
MAINTAINER= dyeske@yahoo.com
COMMENT= A GTK based program for viewing and creating L-system fractals
WRKSRC= ${WRKDIR}/lsysexp-0.67
USE_X_PREFIX= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
.include <bsd.port.mk>