From d67afe459c2d885f66cc8bab949680f9c604ee35 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 3 Jan 2003 11:51:59 +0000 Subject: New Port: DTD parser and clean-up tool A parser and clean-up tool for SGML DTDs. PR: ports/38340 Submitted by: Henrik Motakef --- textproc/carthage/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 textproc/carthage/Makefile (limited to 'textproc/carthage/Makefile') diff --git a/textproc/carthage/Makefile b/textproc/carthage/Makefile new file mode 100644 index 000000000000..c63c17ca6eb7 --- /dev/null +++ b/textproc/carthage/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: carthage +# Date created: 18 May 2002 +# Whom: Henrik Motakef +# +# $FreeBSD$ +# + +PORTNAME= carthage +PORTVERSION= 1.0 # Cannot find any version information +CATEGORIES= textproc +MASTER_SITES= http://www.tei-c.org/Software/carthage/ +DISTNAME= ${PORTNAME} + +MAINTAINER= henrik.motakef@web.de + +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison + +USE_ZIP= yes +USE_GMAKE= yes +ALL_TARGET= carthago + +post-patch: + ${CHMOD} +w ${WRKSRC}/dpplex.c + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/carthage ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/carthago ${PREFIX}/bin + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/carthage + @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/carthage + @${INSTALL_MAN} ${WRKSRC}/README.SPQR ${PREFIX}/share/doc/carthage +.endif + +.include -- cgit