Lines 7-23
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= libosip2 |
9 |
PORTNAME= libosip2 |
10 |
PORTVERSION= 2.0.5 |
10 |
PORTVERSION= 2.0.6 |
11 |
CATEGORIES= net |
11 |
CATEGORIES= net |
12 |
MASTER_SITES= http://osip.atosc.org/download/osip/ |
12 |
MASTER_SITES= http://osip.atosc.org/download/osip/ |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= A low layer of SIP implementation |
15 |
COMMENT= A low layer of SIP implementation |
16 |
|
16 |
|
|
|
17 |
USE_GNOME= gnometarget lthack |
17 |
USE_REINPLACE= yes |
18 |
USE_REINPLACE= yes |
18 |
USE_LIBTOOL= yes |
19 |
USE_LIBTOOL= yes |
19 |
LIBTOOLFLAGS= --disable-ltlibs --release-ignore |
20 |
LIBTOOLFLAGS= --disable-ltlibs --release-ignore |
20 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
|
|
21 |
CONFIGURE_ARGS= --disable-debug --disable-trace |
21 |
CONFIGURE_ARGS= --disable-debug --disable-trace |
22 |
INSTALLS_SHLIB= yes |
22 |
INSTALLS_SHLIB= yes |
23 |
|
23 |
|