Update x11/kde4-runtime to version 16.12.3_1
[dports.git] / math / octave-forge-communications / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-communications
5 PORTVERSION=    1.2.1
6 PORTREVISION=   3
7 CATEGORIES=     math
8
9 MAINTAINER=     stephen@FreeBSD.org
10 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
11
12 LICENSE=        GPLv3
13 LICENSE_FILE=   ${WRKDIR}/${OCTSRC}/COPYING
14
15 # OCTSRC is the name of the directory of the package.
16 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
17 OCTSRC=         ${DISTNAME}
18
19 GNU_CONFIGURE=  yes
20
21 WRKSRC=         ${WRKDIR}/${OCTSRC}/src
22 MAKE_ENV+=      MKOCTFILE=mkoctfile
23
24 RUN_DEPENDS+=   ${TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal
25
26 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
27
28 post-build:
29         ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
30         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
31
32 .include <bsd.port.mk>