freebsd-ports/devel/poco-ssl/Makefile
Pav Lucistnik 4c307d6adc - Mark BROKEN: leaves files behind on deinstall
Reported by:	pointyhat
2009-12-16 00:56:23 +00:00

31 lines
599 B
Makefile

# ex:ts=8
# New ports collection makefile for: poco-ssl
# Date created: Jan 28, 2007
# Whom: wes
#
# $FreeBSD$
#
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
CONFLICTS= poco-[0-9]*
BROKEN= bad plist
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_MYSQL= yes
USE_SQLITE= yes
LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC
.include <bsd.port.mk>