aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ucommon/Makefile
blob: 12ca3f5102dfa3e9ce92dee4c709885b17cd98e1 (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
# New ports collection Makefile for:    ucommon
# Date created:             21 February 2011
# Whom:                 gahr
#
# $FreeBSD$
#

PORTNAME=   ucommon
PORTVERSION=    4.3.1
CATEGORIES= devel
MASTER_SITES=   GNU
MASTER_SITE_SUBDIR= commoncpp

MAINTAINER= gahr@FreeBSD.org
COMMENT=    A very light-weight C++ design patternlibrary

USE_GNOME=  pkgconfig gnomehack
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"

MAN1=   args.1 scrub.1 mdsum.1 zerofill.1 ucommon-config.1

.include <bsd.port.mk>