Lines 6-21
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= octave-forge-ga |
8 |
PORTNAME= octave-forge-ga |
9 |
PORTVERSION= 0.9.7 |
9 |
PORTVERSION= 0.9.8 |
10 |
PORTREVISION= 3 |
|
|
11 |
CATEGORIES= math |
10 |
CATEGORIES= math |
12 |
|
11 |
|
13 |
MAINTAINER= stephen@missouri.edu |
12 |
MAINTAINER= stephen@missouri.edu |
14 |
COMMENT= Octave-forge package ${OCTAVE_PKGNAME} |
13 |
COMMENT= Octave-forge package ${OCTAVE_PKGNAME} |
15 |
GNU_CONFIGURE= yes |
|
|
16 |
|
14 |
|
17 |
RUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications |
15 |
RUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications |
18 |
|
16 |
|
19 |
.include <bsd.port.pre.mk> |
17 |
.include <bsd.port.pre.mk> |
20 |
.include "${PORTSDIR}/Mk/bsd.octave.mk" |
18 |
.include "${PORTSDIR}/Mk/bsd.octave.mk" |
|
|
19 |
do-build: |
20 |
@${DO_NADA} |
21 |
|
22 |
post-build: |
23 |
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} |
24 |
|
25 |
|
21 |
.include <bsd.port.post.mk> |
26 |
.include <bsd.port.post.mk> |