freebsd-ports/math/octave-forge-symbolic/Makefile

29 lines
660 B
Makefile
Raw Normal View History

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-symbolic
2011-10-19 14:48:47 +02:00
PORTVERSION= 1.1.0
PORTREVISION= 6
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv2
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
LIB_DEPENDS+= ginac:${PORTSDIR}/math/GiNaC
WRKSRC= ${WRKDIR}/${OCTSRC}/src
2011-10-19 14:48:47 +02:00
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
2011-10-19 14:48:47 +02:00
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
2011-10-19 14:48:47 +02:00
.include <bsd.port.mk>