a1a79ac7c5
- 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
25 lines
460 B
Makefile
25 lines
460 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: poco-ssl
|
|
# Date created: Jan 28, 2007
|
|
# Whom: wes
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= poco
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMESUFFIX= -ssl
|
|
DISTNAME= poco-${PORTVERSION}-ssl
|
|
|
|
MAINTAINER= wes@FreeBSD.org
|
|
COMMENT= C++ Portable Components library with NetSSL library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|