View | Details | Raw Unified | Return to bug 189876
Collapse All | Expand All

(-)Makefile (-5 / +11 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gnet
4
PORTNAME=	gnet
5
PORTVERSION=	2.0.8
5
PORTVERSION=	2.0.8
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net ipv6
7
CATEGORIES=	net ipv6
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
PKGNAMESUFFIX=	2
9
PKGNAMESUFFIX=	2
Lines 11-23 Link Here
11
MAINTAINER=	gnome@FreeBSD.org
11
MAINTAINER=	gnome@FreeBSD.org
12
COMMENT=	A simple network library built upon Glib-2
12
COMMENT=	A simple network library built upon Glib-2
13
13
14
USES=		pkgconfig pathfix
14
USES=		pkgconfig libtool pathfix
15
USE_AUTOTOOLS=	libtool
15
USE_GNOME=	glib20
16
USE_GNOME=	gnomehack glib20
17
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
18
20
.if !defined(NOPORTDOCS)
19
OPTIONS_DEFINE=	DOCS
20
21
.include <bsd.port.options.mk>
22
23
.if ${PORT_OPTIONS:MDOCS}
21
CONFIGURE_ARGS+=	--with-html-dir=${DOCSDIR}
24
CONFIGURE_ARGS+=	--with-html-dir=${DOCSDIR}
22
.else
25
.else
23
CONFIGURE_ARGS+=	--without-html-dir
26
CONFIGURE_ARGS+=	--without-html-dir
Lines 27-30 Link Here
27
	@${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=0|GNET_INTERFACE_AGE=8|g' \
30
	@${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=0|GNET_INTERFACE_AGE=8|g' \
28
		${WRKSRC}/configure
31
		${WRKSRC}/configure
29
32
33
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnet-2.0.so
35
30
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)pkg-plist (-1 / +1 lines)
Lines 17-25 Link Here
17
include/gnet-2.0/uri.h
17
include/gnet-2.0/uri.h
18
lib/gnet-2.0/include/gnetconfig.h
18
lib/gnet-2.0/include/gnetconfig.h
19
lib/libgnet-2.0.a
19
lib/libgnet-2.0.a
20
lib/libgnet-2.0.la
21
lib/libgnet-2.0.so
20
lib/libgnet-2.0.so
22
lib/libgnet-2.0.so.0
21
lib/libgnet-2.0.so.0
22
lib/libgnet-2.0.so.0.0.8
23
libdata/pkgconfig/gnet-2.0.pc
23
libdata/pkgconfig/gnet-2.0.pc
24
share/aclocal/gnet-2.0.m4
24
share/aclocal/gnet-2.0.m4
25
%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-base64.html
25
%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-base64.html

Return to bug 189876