56e4dcf35b
PR: 147515 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
24 lines
508 B
Makefile
24 lines
508 B
Makefile
# New ports collection makefile for: octave-forge-nnet
|
|
# Date created: 8 September 2008
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= octave-forge-nnet
|
|
PORTVERSION= 0.1.12
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= stephen@missouri.edu
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
|
do-build:
|
|
@${DO_NADA}
|
|
|
|
post-build:
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
|
|
|
|
.include <bsd.port.post.mk>
|