freebsd-ports/math/octave-forge-struct/Makefile
Dennis Herrmann 00515f662c - Update to 1.0.9
PR:		ports/156136
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2011-04-19 18:42:54 +00:00

22 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.9
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>