aboutsummaryrefslogtreecommitdiff
path: root/devel/libepp-nicbr/Makefile
blob: 30475f37b8a518ab648588554beb308ddd4a6cb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	libepp-nicbr
# Date created:		2006-07-04
# Whom:			Jean Milanez Melo <jmelo@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	libepp-nicbr
PORTVERSION=	1.11
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.registro.br/pub/libepp-nicbr/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Partial Extensible Provisioning Protocol to .br domains

LIB_DEPENDS=	xerces-c:${PORTSDIR}/textproc/xerces-c2

USE_OPENSSL=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-xerces-c=${LOCALBASE} \
		--with-openssl=${OPENSSLBASE}

DATADIR=	share/${PORTNAME:S/-/_/}

PLIST_SUB=	VER="${PORTVERSION}"

.include <bsd.port.mk>