abaeb41b8c
PR: ports/149976 Submitted by: Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer) Approved by: beat (co-mentor, implicit)
22 lines
528 B
Makefile
22 lines
528 B
Makefile
# New ports collection makefile for: octave-forge-io
|
|
# Date created: 8 September 2008
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= octave-forge-io
|
|
PORTVERSION= 1.0.13
|
|
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>
|