2013-03-18 17:35:19 +01:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2008-09-08 09:02:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-signal
|
2018-05-07 16:07:58 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2009-05-27 00:45:24 +02:00
|
|
|
CATEGORIES= math
|
2008-09-08 09:02:44 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2009-05-27 00:45:24 +02:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2010-06-09 10:36:36 +02:00
|
|
|
|
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
|
|
|
|
2011-11-21 02:17:40 +01:00
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
2015-04-06 19:47:57 +02:00
|
|
|
OCTSRC= ${DISTNAME}
|
2011-11-21 02:17:40 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
2008-09-08 09:02:44 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:math/octave-forge-control
|
2008-09-08 09:02:44 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
|
|
|
|
2011-06-24 06:22:33 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile
|
|
|
|
|
2010-06-09 10:36:36 +02:00
|
|
|
post-build:
|
2016-10-21 14:51:40 +02:00
|
|
|
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2011-11-21 02:17:40 +01:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
2010-06-09 10:36:36 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|