# New ports collection makefile for:	octave-forge-generate_html
# Date created:		7 June 2009
# Whom:			Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD: ports/math/octave-forge-generate_html/Makefile,v 1.6 2010/06/06 08:05:52 miwi Exp $
#

PORTNAME=	octave-forge-generate_html
PORTVERSION=	0.1.3
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>
