freebsd-ports/biology/lsysexp/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

29 lines
616 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= 11
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>