mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
fix build on 4
This commit is contained in:
parent
a777c25b2b
commit
3b91c580fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144119
2 changed files with 13 additions and 3 deletions
|
@ -16,9 +16,19 @@ COMMENT= An iostream based C++ socket library
|
|||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_GCC= 3.4
|
||||
USE_AUTOTOOLS= libtool:15:inc
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${DISTNAME}
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for docfile in README COPYING AUTHORS NEWS README.FreeSockets
|
||||
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
lib/libskstream-0.3.a
|
||||
lib/libskstream-0.3.la
|
||||
lib/libskstream-0.3.so
|
||||
lib/libskstream-0.3.so.3
|
||||
libdata/pkgconfig/skstream-0.3.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue