mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
63d0619c3b
Thank you for your help on this in the past. :)
34 lines
673 B
Makefile
34 lines
673 B
Makefile
# New ports collection makefile for: xml2rfc-xxe
|
|
# Date created: 9 December 2005
|
|
# Whom: Bill Fenner
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xml2rfc-xxe
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMESUFFIX= ${XXE_VERSION}
|
|
|
|
MAINTAINER= dougb@FreeBSD.org
|
|
COMMENT= An 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>
|