mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool and INSTALL_TARGET=install-strip
- Set CPPFLAGS/LIBS instead of CFLAGS
This commit is contained in:
parent
55f0130cea
commit
bce3fb4eb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361808
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libeXosip2
|
||||
PORTVERSION= 4.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SAVANNAH/exosip
|
||||
|
||||
@ -16,11 +17,14 @@ LIB_DEPENDS= libosip2.so:${PORTSDIR}/net/libosip2
|
||||
CONFLICTS_INSTALL= libeXosip2-legacy-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
SHLIB_VER= 11
|
||||
|
||||
PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,7 +9,7 @@ include/eXosip2/eX_setup.h
|
||||
include/eXosip2/eX_subscribe.h
|
||||
include/eXosip2/eXosip.h
|
||||
lib/libeXosip2.a
|
||||
lib/libeXosip2.la
|
||||
lib/libeXosip2.so
|
||||
lib/libeXosip2.so.%%SHLIB_VER%%
|
||||
lib/libeXosip2.so.%%SHLIB_VER%%.0.0
|
||||
@dirrm include/eXosip2
|
||||
|
Loading…
Reference in New Issue
Block a user