# ex:ts=8
# New ports collection makefile for:	poco-ssl
# Date created:			Jan 28, 2007
# Whom:				wes
#
# $FreeBSD: ports/devel/poco-ssl/Makefile,v 1.6 2010/09/08 02:35:37 pgollucci Exp $
#

PORTNAME=	poco
PORTVERSION=	1.3.6
CATEGORIES=	devel net
MASTER_SITES=	SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX=	-ssl
DISTNAME=	poco-${PORTVERSION}-all

MAINTAINER=	wes@FreeBSD.org
COMMENT=	C++ Portable Components library with NetSSL library

LIB_DEPENDS=	odbc:${PORTSDIR}/databases/unixODBC

CONFLICTS=	poco-[0-9]*

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

USE_MYSQL=	yes
USE_SQLITE=	yes

pre-build:
	@${RM} ${WRKSRC}/Crypto/include/Poco/.DS_Store
	@${RM} ${WRKSRC}/Crypto/include/Poco/._.DS_Store
.include <bsd.port.mk>
