freebsd-ports/devel/poco/Makefile
Jason Helfman 70cb44a9d7 - adoption of optionsNG
- trim historical headers

Approved by:	portmgr (miwi)
2013-05-23 02:27:22 +00:00

35 lines
657 B
Makefile

# Created by: wes@FreeBSD.org
# $FreeBSD$
PORTNAME= poco
PORTVERSION= 1.4.3
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}p1
MAINTAINER= wes@FreeBSD.org
COMMENT= C++ Portable Components library
CONFLICTS= poco-ssl-[0-9]*
OPTIONS_DEFINE= TEST SAMPLES
SAMPLES_DESC= Build sample programs
CONFIGURE_ARGS= --config=FreeBSD
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MTEST}
CONFIGURE_ARGS+= --no-tests
.endif
.if ! ${PORT_OPTIONS:MSAMPLES}
CONFIGURE_ARGS+= --no-samples
.endif
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>