freebsd-ports/biology/lsysexp/Makefile
2009-02-02 23:44:01 +00:00

28 lines
615 B
Makefile

# New ports collection makefile for: lsysexp
# Date created: 22 Apr 2003
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= lsysexp
PORTVERSION= 0.67
PORTREVISION= 8
CATEGORIES= biology
MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/download/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK based program for viewing and creating L-system fractals
WRKSRC= ${WRKDIR}/lsysexp-0.67
USE_GNOME= gtk20
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|-DGTK_DISABLE_DEPRECATED||' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>