mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip - Make post-patch command more specific
This commit is contained in:
parent
923a55a4eb
commit
439fdbf09f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361434
2 changed files with 8 additions and 9 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= netembryo
|
||||
PORTVERSION= 0.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://pkgs.fedoraproject.org/repo/pkgs/netembryo/netembryo-0.1.1.tar.bz2/d5a3c96b37fe3e4fb1c49df1f7a4a16f/ \
|
||||
|
@ -10,19 +11,19 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|||
MASTER_SITE_SUBDIR= rakuco
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Network abstraction library used by for feng, libnemesi, felix
|
||||
COMMENT= Network abstraction library
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
OPTIONS_DEFINE= OPENSSL
|
||||
OPTIONS_DEFAULT=OPENSSL
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix pkgconfig gmake
|
||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= glib20
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --disable-silent-rules
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-silent-rules
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -35,8 +36,6 @@ CONFIGURE_ARGS+=--without-openssl
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^CPPFLAGS=|#CPPFLAGS| ; \
|
||||
s|freebsd[0-9]|freebsd|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,9 +3,9 @@ include/netembryo/url.h
|
|||
include/netembryo/wsocket.h
|
||||
include/netembryo/wsocket-internal.h
|
||||
lib/libnetembryo.a
|
||||
lib/libnetembryo.la
|
||||
lib/libnetembryo.so
|
||||
lib/libnetembryo.so.9
|
||||
lib/libnetembryo.so.9.0.0
|
||||
libdata/pkgconfig/libnetembryo.pc
|
||||
libdata/pkgconfig/libnetembryo-sctp.pc
|
||||
@dirrm include/netembryo
|
||||
|
|
Loading…
Add table
Reference in a new issue