openbsd-ports/graphics/lsys/Makefile
jasper 1fc93beb28 import lsys 0.8
lsys is a full-featured program that understands most of the syntax of
the original l-systems language, which is far more complex and powerful
than most available l-system interpreters.
2010-04-30 09:32:04 +00:00

34 lines
827 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/04/30 09:32:04 jasper Exp $
COMMENT= intepreter for Lindenmayer-systems
# CVS checkout on 04-30-2010
DISTNAME= lsys-0.8
CATEGORIES= graphics math
HOMEPAGE= http://software.schmorp.de/pkg/lsys
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://crappydiffs.org/
WANTLIB += GL GLU X11 Xext c m pthread stdc++
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
post-extract:
@rm ${WRKSRC}/getopt*.{c,h}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lsys ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lsys
${INSTALL_DATA} ${WRKSRC}/lib/{*.l,cfg} ${PREFIX}/share/examples/lsys
.include <bsd.port.mk>