freebsd-ports/math/octave-forge-cgi/Makefile
Stephen Montgomery-Smith 2d5fd949f7 - New port: octave-forge-cgi.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions
and extensions for GNU Octave. contains the source for all the functions
plus build and install scripts.

This is cgi, which provides a common gatway interface for Octave.

Feature safe:	yes
2012-11-20 22:57:13 +00:00

26 lines
623 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@FreeBSd.org>
# $FreeBSD$
PORTNAME= octave-forge-cgi
PORTVERSION= 0.1.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
do-build:
@${DO_NADA}
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.post.mk>