freebsd-ports/math/octave-forge-fuzzy-logic-toolkit/Makefile
Stephen Montgomery-Smith 4fc1692853 - Update to 0.3.0.
Feature safe:	yes
2011-11-13 19:06:46 +00:00

24 lines
590 B
Makefile

# New ports collection makefile for: octave-forge-fuzzy-logic-toolkit
# Date created: 13 Janurary 2011
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-fuzzy-logic-toolkit
PORTVERSION= 0.3.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
.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 ${OCTAVE_PKGNAME}
.include <bsd.port.post.mk>