mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
33fe64f644
PR: 147513 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
24 lines
520 B
Makefile
24 lines
520 B
Makefile
# New ports collection makefile for: octave-forge-generate_html
|
|
# Date created: 7 June 2009
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|