mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
37 lines
986 B
Makefile
37 lines
986 B
Makefile
# New ports collection makefile for: antiword
|
|
# Date created: 8 June 2000
|
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= antiword
|
|
PORTVERSION= 0.36.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.winfield.demon.nl/linux/
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= "An application to display Microsoft(tm) Word files"
|
|
|
|
USE_REINPLACE= yes
|
|
INSTALL_TARGET= global_install
|
|
|
|
MAN1= antiword.1
|
|
PORTDOCS= COPYING ChangeLog Emacs Exmh FAQ History Mozilla Mutt Netscape \
|
|
QandA ReadMe antiword.1 antiword.man antiword.php testdoc.doc
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
|
|
-e 's,/usr/local,${PREFIX},g' \
|
|
-e 's,/usr/share,${PREFIX}/share,g'
|
|
@${REINPLACE_CMD} -e 's,gcc,${CC},g' ${WRKSRC}/${MAKEFILE}
|
|
|
|
post-install:
|
|
@${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${MANPREFIX}/man/man1
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@cd ${WRKSRC}/Docs && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|