mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
5f08c0e0bf
Noticed by: Bug Magnet autobuilder
22 lines
373 B
Makefile
22 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.8
|
|
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>
|