blob: ddb9ae4ac5375140713f106ed7bca43f9772b2ea (
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
|
# Created by: David Sugar <dyfet@gnu.org>
# $FreeBSD$
PORTNAME= commoncpp
PORTVERSION= 1.8.1
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= ${PORTNAME:S/$/2/}-${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= GNU project portable class framework for C++
USE_LDCONFIG= yes
USES= gmake pathfix
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_DOXYGEN=no
INFO= commoncpp2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|