summaryrefslogtreecommitdiff
path: root/editors/xml2rfc-xxe/Makefile
blob: ae501a06338c473c410e300832fcba20d809ade2 (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
28
29
30
31
# Created by: Bill Fenner
#
# $FreeBSD$

PORTNAME=	xml2rfc-xxe
PORTVERSION=	0.8.0
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
PKGNAMESUFFIX=	${XXE_VERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	xml2rfc configuration for XMLMind XML editor

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

USE_ZIP=	YES
NO_BUILD=	YES
WRKSRC=		${WRKDIR}/xml2rfc

PLIST_SUB=	XXE_DIR=${XXE_DIR}

post-extract:
	@${RM} ${WRKSRC}/svn-commit.tmp

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

.include "../xxe/Makefile.inc"

.include <bsd.port.mk>