aboutsummaryrefslogtreecommitdiffstats
path: root/net/linc/Makefile
blob: 1ac66373a65c8826850068e420bf9b9e46178e5f (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
# Created by: 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)

USES=       pkgconfig
USE_GMAKE=  yes
USE_GNOME=  gnomehack glib20
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
class='column1'>| | PR: 213725 * Update to openiked-1.7marcel2017-04-191-1/+1 | | | | | Reviewed by: mat@ Differential Revision: https://reviews.freebsd.org/D10406 * Upgrade to 1.5.1. Version 1.5 is broken.marcel2017-03-041-1/+1 | * Update to openiked-1.5marcel2017-03-041-1/+1 | * Update to openiked-1.4marcel2017-02-261-2/+1 | * devel/libevent2: drop historical suffix after r362796jbeich2017-02-201-2/+2 | | | | | PR: 216777 Approved by: mm (maintainer) * devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-041-0/+1 | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) * Update to openiked-1.3marcel2017-01-131-1/+1 | * Remove BROKEN_FreeBSD_9sunpoet2017-01-011-2/+0 | | | | Approved by: portmgr (blanket) * Update to openiked-1.2marcel2016-11-181-2/+2 | * Update to openiked-1.1 and mark broken on FreeBSD 9marcel2016-11-161-2/+4 |