Tweak net/gssdp version 0.14.10
[dports.git] / net / linc / Makefile
1 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       linc
5 PORTVERSION=    1.0.3
6 PORTREVISION?=  8
7 CATEGORIES=     net
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome2
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Library for writing networked servers & clients
13
14 USES=           tar:bzip2
15
16 .if !defined(REFERENCE_PORT)
17
18 USES+=          gmake libtool pathfix pkgconfig
19 USE_GNOME=      glib20
20 USE_LDCONFIG=   yes
21 GNU_CONFIGURE=  yes
22 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
23                 --disable-gtk-doc
24 CPPFLAGS+=      -I${LOCALBASE}/include -DGLIB_COMPILATION
25 LDFLAGS+=       -L${LOCALBASE}/lib
26 INSTALL_TARGET= install-strip
27
28 post-patch:
29         @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
30
31 .include <bsd.port.mk>
32
33 .endif