1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/commoncpp/Makefile
Jose Alonso Cardenas Marquez 1e5316b0b2 - Add missing header to src/nat.cpp file
PR:		ports/176434
Submitted by:	Han Hwei Woo <han+freebsd  at  astutehosting.com>
2013-03-24 04:53:22 +00:00

31 lines
578 B
Makefile

# New ports collection makefile for: CommonC++
# Date created: 25 July 2000
# Whom: 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= pathfix
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_DOXYGEN=no
INFO= commoncpp2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>