1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/biology/lsysexp/Makefile
Kris Kennaway 3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00

28 lines
579 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= 2
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
BROKEN= "Does not build with gtk+-2.4"
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${BROKEN}
.include <bsd.port.mk>