Tweak math/geg version 1.0.2_7
[dports.git] / math / octave-forge-geometry / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-geometry
5 PORTVERSION=    1.7.0
6 PORTREVISION=   3
7 CATEGORIES=     math
8
9 MAINTAINER=     stephen@FreeBSD.org
10 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
11
12 LICENSE=        GPLv3
13 LICENSE_FILE=   ${WRKDIR}/${OCTSRC}/COPYING
14
15 # OCTSRC is the name of the directory of the package.
16 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
17 OCTSRC=         ${OCTAVE_PKGNAME}
18
19 WRKSRC=         ${WRKDIR}/${OCTSRC}/src
20
21 RUN_DEPENDS+=   py*-lxml>=0:${PORTSDIR}/devel/py-lxml
22 RUN_DEPENDS+=   ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general
23
24 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
25
26 post-build:
27         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
28         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
29
30 .include <bsd.port.mk>