mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
053fdb6a6b
(Part 2)
24 lines
489 B
Makefile
24 lines
489 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/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>
|