1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/carthage/Makefile
Ade Lovett dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00

39 lines
928 B
Makefile

# New ports collection makefile for: carthage
# Date created: 18 May 2002
# Whom: Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#
PORTNAME= carthage
PORTVERSION= 1.0 # No version information on WWW
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Software/carthage/ \
http://www.tei-c.org.uk/Software/carthage/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A parser and clean-up tool for SGML DTDs
USE_BISON= build
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 <bsd.port.mk>