# New ports collection makefile for: octave-forge-generate_html # Date created: 7 June 2009 # Whom: Stephen Montgomery-Smith # # $FreeBSD$ # PORTNAME= octave-forge-generate_html PORTVERSION= 0.1.3 PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} .include .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 ${DISTNAME} .include