mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
f02aa2a454
Approved by: bapt
27 lines
527 B
Makefile
27 lines
527 B
Makefile
# Created by: David Sugar <dyfet@gnu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= commoncpp
|
|
PORTVERSION= 1.8.1
|
|
PORTREVISION= 2
|
|
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 libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_path_DOXYGEN=no
|
|
INSTALL_TARGET= install-strip
|
|
|
|
INFO= commoncpp2
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|