mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
76ed7ebd47
PR: 153973 Submitted by: maintainer Feature safe: yes
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# New ports collection makefile for: octave-forge-fpl
|
|
# Date created: 8 September 2008
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= octave-forge-fpl
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= stephen@missouri.edu
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
|
do-build:
|
|
@${DO_NADA}
|
|
|
|
post-build:
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
|
|
|
|
.include <bsd.port.post.mk>
|