freebsd-ports/devel/poco/Makefile
Wes Peters a1a79ac7c5 - Updated to 1.3.2;
- Use SF macro;
- Sort pkg-plist;
- Add NOTE to UPDATING.

As submitted by Felippe, but I left the MASTER_SITE_SUBDIR setting because
I couldn't fetch from SourceForge without it.  If you experience download
problems, please email me.

PR:		ports/120595
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
MFC after:	1 week
2008-02-18 17:21:43 +00:00

24 lines
382 B
Makefile

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