Lines 8-27
Link Here
|
8 |
# |
8 |
# |
9 |
|
9 |
|
10 |
PORTNAME= val |
10 |
PORTNAME= val |
11 |
PORTVERSION= 0.9.1 |
11 |
PORTVERSION= 0.9.2 |
12 |
PORTREVISION= 1 |
|
|
13 |
PORTEPOCH= 0 |
14 |
CATEGORIES= devel |
12 |
CATEGORIES= devel |
15 |
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/val/ |
13 |
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/val/ |
16 |
PKGNAMEPREFIX= ossp- |
14 |
PKGNAMEPREFIX= ossp- |
17 |
|
15 |
|
18 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= ports@FreeBSD.org |
19 |
COMMENT= OSSP val is a flexible name to value mapping library for C variables |
17 |
COMMENT= A flexible name to value mapping library for C variables |
|
|
18 |
|
19 |
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex |
20 |
|
20 |
|
21 |
USE_GMAKE= yes |
21 |
USE_GMAKE= yes |
22 |
GNU_CONFIGURE= yes |
22 |
USE_LIBTOOL_VER= 15 |
23 |
USE_LIBTOOL_VER= 13 |
23 |
CONFIGURE_ARGS= --with-ex=${LOCALBASE} |
24 |
INSTALLS_SHLIB= yes |
24 |
INSTALLS_SHLIB= yes |
25 |
|
25 |
|
26 |
.include <bsd.port.pre.mk> |
26 |
.include <bsd.port.pre.mk> |
27 |
|
27 |
|