blob: 84ec7fb5e46fb1e781080a655029e0b82ad93b5b (
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
26
27
28
29
30
31
32
33
34
35
36
37
|
# ex:ts=8
# New ports collection makefile for: poco-ssl
# Date created: Jan 28, 2007
# Whom: wes
#
# $FreeBSD$
#
PORTNAME= poco
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= -ssl
DISTNAME= poco-${PORTVERSION}-all
MAINTAINER= ports@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
post-patch:
@${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/Data/ODBC/Makefile \
${WRKSRC}/Data/MySQL/Makefile \
${WRKSRC}/Data/ODBC/testsuite/Makefile \
${WRKSRC}/Data/MySQL/testsuite/Makefile
.include <bsd.port.mk>
|