aboutsummaryrefslogtreecommitdiffstats
path: root/net/linc/Makefile
blob: 55d6b31ecf3bda980a7bea6e06e663ce9c5f8449 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:   linc
# Date Created:         12 February 2002
# Whom:             Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   linc
PORTVERSION=    1.0.3
PORTREVISION?=  7
CATEGORIES= net
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A library for writing networked servers & clients

USE_BZIP2=  yes

.if !defined(REFERENCE_PORT)

USE_GMAKE=  yes
USE_GNOME=  gnomehack glib20
USE_PKGCONFIG=  build
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
        --disable-gtk-doc
CPPFLAGS+=  -I${LOCALBASE}/include -DGLIB_COMPILATION
LDFLAGS+=   -L${LOCALBASE}/lib

post-patch:
    @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>

.endif