de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
29 lines
616 B
Makefile
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>
|