View | Details | Raw Unified | Return to bug 138236
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 10-18 Link Here
10
PORTREVISION=	5
10
PORTREVISION=	5
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	devel
12
CATEGORIES=	devel
13
MASTER_SITES= 	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES= 	SF/openh323/${PORTNAME}/${PORTVERSION}
14
DISTNAME=	openh323/ptlib-v${PORTVERSION:S/./_/g}-src.
14
DISTNAME=	ptlib-v${PORTVERSION:S/./_/g}-src
15
EXTRACT_SUFX=	tar.gz
15
DIST_SUBDIR=	openh323
16
16
17
MAINTAINER=	steve@energistic.com
17
MAINTAINER=	steve@energistic.com
18
COMMENT=	A cross platform C++ library, used by OpenH323
18
COMMENT=	A cross platform C++ library, used by OpenH323
Lines 29-34 Link Here
29
WANT_SDL=	yes
29
WANT_SDL=	yes
30
USE_OPENSSL=	yes
30
USE_OPENSSL=	yes
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
MAKE_JOBS_UNSAFE=	yes
32
33
33
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>

Return to bug 138236