aboutsummaryrefslogtreecommitdiff
path: root/devel/poco/Makefile
blob: 036f82756097fd44bcb83dcd25eb3871b1474dfd (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
# ex:ts=8
# New ports collection makefile for:	poco
# Date created:			Nov 30, 2006
# Whom:				wes
#
# $FreeBSD$
#

PORTNAME=	poco
PORTVERSION=	1.3.3p1
CATEGORIES=	devel net
MASTER_SITES=	SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}

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

BROKEN=		bad plist

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_BZIP2=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>