aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glog/Makefile
blob: efda154dcc130b4c0dc7f7cfbfd3c4cf0038491e (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
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    google-glog
# Date created:                 Oct 14, 2008
# Whom:                     Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   glog
DISTVERSION=    0.3.1
CATEGORIES= devel
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= clsung@FreeBSD.org
COMMENT=    A library of C++ classes for flexible logging

LIB_DEPENDS+=   execinfo.1:${PORTSDIR}/devel/libexecinfo

GNU_CONFIGURE=  yes
USE_GNOME=  gnomehack
USE_LDCONFIG=   yes
USE_GCC=    4.2+
PROJECTHOST=    google-glog

LDFLAGS+=   -L${LOCALBASE}/lib -lexecinfo

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64" || ${ARCH} =="ia64" || ${ARCH} =="powerpc" || ${ARCH} =="sparc64"
EXTRA_PATCHES=  ${FILESDIR}/extra-patch-src-utilities.cc
.endif

.if ${ARCH} == "amd64"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-utilities.h
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \
        ${WRKSRC}/Makefile.in
.endif

#regression-test:
#   cd ${WRKSRC}; ${MAKE} check

.include <bsd.port.post.mk>