freebsd-ports/math/octave-forge-octproj/Makefile
Sylvio Cesar Teixeira d0b4b366a5 The octave-forge package is the result of the GNU Octave Repositry Project, which is intended to be a central location for custom scripts, functions plus build and install scripts.
This is octproj.

This package allows to call functions of PROJ.4 library for cartographic projections transformations.

WWW:	http://octave.sourceforge.net/

PR:		ports/147517
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu>
Feature safe:	yes
2010-06-29 11:53:37 +00:00

24 lines
578 B
Makefile

# New ports collection makefile for: octave-forge-octproj
# Date created: 5 June 2010
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-octproj
PORTVERSION= 1.0.0
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
LIB_DEPENDS+= proj:${PORTSDIR}/graphics/proj
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
post-build:
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
.include <bsd.port.post.mk>