freebsd-ports/math/octave-forge-signal/Makefile

34 lines
883 B
Makefile
Raw Normal View History

2013-03-18 17:35:19 +01:00
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-signal
2014-01-28 00:58:30 +01:00
PORTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
2014-01-12 20:52:20 +01:00
LICENSE= GPLv3
2014-06-23 02:05:58 +02:00
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
2014-01-12 20:52:20 +01:00
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
2011-11-07 14:36:32 +01:00
RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:${PORTSDIR}/math/octave-forge-control
2012-09-22 02:53:08 +02:00
RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-patch:
${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>