1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

31 lines
657 B
Makefile
Raw Normal View History

# New ports collection makefile for: xppaut
# Date created: 3 September 2004
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= xppaut
2012-06-23 01:07:56 +00:00
PORTVERSION= 6.11b
CATEGORIES= math graphics
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
2012-06-23 01:07:56 +00:00
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Graphical tool for solving differential equations, etc
MAN1= xppaut.1
USE_XORG= xbitmaps x11 xproto
CFLAGS+= -w -Wno-return-type
WRKSRC= ${WRKDIR}
2012-06-23 01:07:56 +00:00
ALL_TARGET= xppaut
2012-06-23 01:07:56 +00:00
.ifdef NOPORTDOCS
MAKE_ENV+= NOPORTDOCS=yes
.endif
.ifdef NOPORTEXAMPLES
MAKE_ENV+= NOPORTEXAMPLES=yes
.endif
.include <bsd.port.mk>