1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/math/octave-forge-struct/Makefile
Martin Wilke 650d3e7b62 - Update to 1.0.8
PR:		153980
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe:	yes
2011-01-30 11:32:29 +00:00

23 lines
523 B
Makefile

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