Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= octave-forge-sockets |
8 |
PORTNAME= octave-forge-sockets |
9 |
PORTVERSION= 1.0.5 |
9 |
PORTVERSION= 1.0.6 |
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 |
14 |
|
|
|
15 |
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src |
16 |
|
16 |
|
17 |
.include <bsd.port.pre.mk> |
17 |
.include <bsd.port.pre.mk> |
18 |
.include "${PORTSDIR}/Mk/bsd.octave.mk" |
18 |
.include "${PORTSDIR}/Mk/bsd.octave.mk" |
|
|
19 |
post-build: |
20 |
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} |
21 |
|
19 |
.include <bsd.port.post.mk> |
22 |
.include <bsd.port.post.mk> |