73565302ab
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
22 lines
522 B
Makefile
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>
|