freebsd-ports/math/octave-forge-pt_br/Makefile
Martin Wilke 1ab3b12c6d - Update to 1.0.9
PR:		147578
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2010-06-09 08:32:37 +00:00

22 lines
509 B
Makefile

# New ports collection makefile for: octave-forge-pt_br
# Date created: 8 September 2008
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-pt_br
PORTVERSION= 1.0.9
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/pt_BR/src
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
post-build:
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz pt_BR
.include <bsd.port.post.mk>