Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= octave-forge-plot |
8 |
PORTNAME= octave-forge-plot |
9 |
PORTVERSION= 1.0.7 |
9 |
PORTVERSION= 1.0.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 |
.include <bsd.port.pre.mk> |
15 |
.include <bsd.port.pre.mk> |
18 |
.include "${PORTSDIR}/Mk/bsd.octave.mk" |
16 |
.include "${PORTSDIR}/Mk/bsd.octave.mk" |
|
|
17 |
do-build: |
18 |
@${DO_NADA} |
19 |
|
20 |
post-build: |
21 |
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} |
22 |
|
19 |
.include <bsd.port.post.mk> |
23 |
.include <bsd.port.post.mk> |