2013-07-05 22:59:44 +02:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2008-09-08 08:54:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-symbolic
|
2011-10-19 14:48:47 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2014-03-10 21:55:20 +01:00
|
|
|
PORTREVISION= 6
|
2009-05-27 00:54:13 +02:00
|
|
|
CATEGORIES= math
|
2008-09-08 08:54:49 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2009-05-27 00:54:13 +02:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2011-06-15 00:28:08 +02:00
|
|
|
|
2014-01-12 20:19:56 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2011-11-21 02:17:40 +01:00
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
|
|
|
OCTSRC= ${OCTAVE_PKGNAME}
|
|
|
|
|
2008-09-08 08:54:49 +02:00
|
|
|
LIB_DEPENDS+= ginac:${PORTSDIR}/math/GiNaC
|
|
|
|
|
2011-11-21 02:17:40 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
2011-10-19 14:48:47 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
|
|
|
|
2011-10-19 14:48:47 +02:00
|
|
|
post-build:
|
|
|
|
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2011-11-21 02:17:40 +01:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
2011-10-19 14:48:47 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|