mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
c6ed40e684
A parser and clean-up tool for SGML DTDs. PR: ports/38340 Submitted by: Henrik Motakef <henrik.motakef@web.de>
37 lines
854 B
Makefile
37 lines
854 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 # 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 <bsd.port.mk>
|