Update editors/libreoffice-tn to version 5.2.5
[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=    2.1.1
6 PORTREVISION=   1
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=         ${DISTNAME}
18
19 WRKSRC=         ${WRKDIR}/${OCTSRC}
20
21 RUN_DEPENDS+=   py*-lxml>=0:devel/py-lxml
22
23 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
24
25 do-build:
26         @${DO_NADA}
27
28 post-build:
29         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
30
31 .include <bsd.port.mk>