freebsd-ports/math/edenmath/Makefile

26 lines
547 B
Makefile
Raw Normal View History

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= edenmath
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= math gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/
DISTNAME= EdenMath_GNUstep-${PORTVERSION}
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Scientific calculator for GNUstep
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
2014-02-11 21:38:46 +01:00
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>