freebsd-ports/devel/poco/Makefile
Wes Peters 8f795b6a5f The C++ Portable Components consists of four libraries providing a
platform abstraction layer for system interfaces, an XML parser
with SAX2 and DOM interfaces and an XML writer, classes for working
with configuration files and command line arguments, and a number
of network protocols.
2006-11-29 23:25:10 +00:00

21 lines
373 B
Makefile

# ex:ts=8
# New ports collection makefile for: poco
# Date created: Nov 30, 2006
# Whom: wes
#
# $FreeBSD$
#
PORTNAME= poco
PORTVERSION= 1.2.5
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= wes@FreeBSD.org
COMMENT= C++ Portable Components library
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>