mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
23 lines
397 B
Makefile
23 lines
397 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: poco
|
|
# Date created: Nov 30, 2006
|
|
# Whom: wes
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= poco
|
|
PORTVERSION= 1.3.6
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}
|
|
|
|
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>
|