freebsd-ports/math/stepulator/Makefile

35 lines
777 B
Makefile
Raw Normal View History

# New ports collection makefile for: stepulator.app
# Date created: 30 Aug 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= stepulator
PORTVERSION= 1.0
2009-01-16 14:27:39 +01:00
PORTREVISION= 3
CATEGORIES= math gnustep
2011-08-06 21:08:30 +02:00
MASTER_SITES= http://gnu.ethz.ch/linuks.mine.nu/stepulator/ \
${MASTER_SITE_GNUSTEP_CH}
DISTNAME= ${PORTNAME}-gs-${PORTVERSION}
EXTRACT_SUFX= .tar.Z
2008-04-29 20:00:11 +02:00
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Scientific calculator implementing RPN notation for GNUstep
2010-06-05 08:31:16 +02:00
LICENSE= BSD
2010-11-18 16:51:50 +01:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2010-06-05 08:31:16 +02:00
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/Stepulator-gs
2009-01-16 14:27:39 +01:00
post-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE \
${GNUSTEP_LOCAL_APPS}/Stepulator.app/Resources/
.include <bsd.port.mk>