freebsd-ports/math/octave-forge-es/Makefile
Sylvio Cesar Teixeira 73565302ab 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 es.

Spanish package for the construction of native language translations of Octave funcitons.

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

PR:		ports/147600
Submitted by:	Stephen Montgomey-Smith <stephen@missouri.edu>
Feature safe:	yes
2010-06-29 11:58:05 +00:00

22 lines
522 B
Makefile

# New ports collection makefile for: octave-forge-es
# Date created: 6 June 2010
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-es
PORTVERSION= 0.0.4
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
.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>