mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Switch to USES=libtool, drop .la file
- Properly support DOCS option - Strip library PR: 189876 Submitted by: amdmi3 Approved by: kwm
This commit is contained in:
parent
7a66c8b4de
commit
b740047aa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354697
2 changed files with 10 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gnet
|
PORTNAME= gnet
|
||||||
PORTVERSION= 2.0.8
|
PORTVERSION= 2.0.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
PKGNAMESUFFIX= 2
|
PKGNAMESUFFIX= 2
|
||||||
|
@ -11,13 +11,17 @@ PKGNAMESUFFIX= 2
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= A simple network library built upon Glib-2
|
COMMENT= A simple network library built upon Glib-2
|
||||||
|
|
||||||
USES= pkgconfig pathfix
|
USES= libtool pathfix pkgconfig
|
||||||
USE_AUTOTOOLS= libtool
|
USE_GNOME= glib20
|
||||||
USE_GNOME= gnomehack glib20
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR}
|
CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR}
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-html-dir
|
CONFIGURE_ARGS+= --without-html-dir
|
||||||
|
|
|
@ -17,9 +17,9 @@ include/gnet-2.0/unix.h
|
||||||
include/gnet-2.0/uri.h
|
include/gnet-2.0/uri.h
|
||||||
lib/gnet-2.0/include/gnetconfig.h
|
lib/gnet-2.0/include/gnetconfig.h
|
||||||
lib/libgnet-2.0.a
|
lib/libgnet-2.0.a
|
||||||
lib/libgnet-2.0.la
|
|
||||||
lib/libgnet-2.0.so
|
lib/libgnet-2.0.so
|
||||||
lib/libgnet-2.0.so.0
|
lib/libgnet-2.0.so.0
|
||||||
|
lib/libgnet-2.0.so.0.0.8
|
||||||
libdata/pkgconfig/gnet-2.0.pc
|
libdata/pkgconfig/gnet-2.0.pc
|
||||||
share/aclocal/gnet-2.0.m4
|
share/aclocal/gnet-2.0.m4
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-base64.html
|
%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-base64.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue