summaryrefslogtreecommitdiff
path: root/editors/xml2rfc-xxe/Makefile
blob: 603090b9a6ce54a942fa11058d5a0c0be2342969 (plain)
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
28
29
30
# New ports collection makefile for:	xml2rfc-xxe
# Date created:		9 December 2005
# Whom:			Bill Fenner
#
# $FreeBSD$
#

PORTNAME=	xml2rfc-xxe
PORTVERSION=	0.7.1
CATEGORIES=	editors
MASTER_SITES=	http://rtg.ietf.org/~fenner/ietf/
PKGNAMESUFFIX=	-${XXE_VERSION}

MAINTAINER=	fenner@FreeBSD.org
COMMENT=	An xml2rfc configuration for XMLMind XML Editor

RUN_DEPENDS=	xxe:${PORTSDIR}/editors/xxe

USE_ZIP=	YES
NO_BUILD=	YES

PLIST_SUB=	XXE_DIR=${XXE_DIR}

do-install:
	@cd ${WRKDIR} && tar cf - xml2rfc | \
		tar -C ${PREFIX}/lib/${XXE_DIR}/addon -xf -

.include "${.CURDIR}/../xxe/Makefile.inc"

.include <bsd.port.mk>