Support stage
Modernize LIB_DEPENDS
This commit is contained in:
parent
cd07cdb183
commit
3cca5603cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341345
2 changed files with 3 additions and 5 deletions
|
@ -10,10 +10,8 @@ DISTNAME= vanessa_socket-${PORTVERSION}
|
|||
MAINTAINER= thomas@bsdunix.ch
|
||||
COMMENT= Library that provides a simple layer for TCP/IP socket operations
|
||||
|
||||
LIB_DEPENDS= vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \
|
||||
popt:${PORTSDIR}/devel/popt
|
||||
|
||||
MAN1= vanessa_socket_pipe.1
|
||||
LIB_DEPENDS= libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger \
|
||||
libpopt.so:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -24,7 +22,6 @@ GNU_CONFIGURE= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/^SUBDIRS/s|debian||' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
|
|
@ -5,3 +5,4 @@ lib/libvanessa_socket.la
|
|||
lib/libvanessa_socket.so
|
||||
lib/libvanessa_socket.so.3
|
||||
libdata/pkgconfig/vanessa-socket.pc
|
||||
man/man1/vanessa_socket_pipe.1.gz
|
||||
|
|
Loading…
Reference in a new issue