# Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-geometry PORTVERSION= 2.1.1 PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC} RUN_DEPENDS+= py*-lxml>=0:devel/py-lxml .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} post-build: cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include