summaryrefslogtreecommitdiffstats
path: root/textproc/antiword/Makefile
blob: 84dd1614ad33c43e27f96d1ddf3af87e6a8207a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.30
CATEGORIES=	textproc
MASTER_SITES=	http://www.winfield.demon.nl/linux/

MAINTAINER=	leeym@cae.ce.ntu.edu.tw

WRKSRC=		${WRKDIR}/${PORTNAME}.${PORTVERSION}

MAN1=		antiword.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/antiword ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/Unix-only/antiword.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/antiword
.for file in COPYING Changes History QandA ReadMe
	${INSTALL_DATA} ${WRKSRC}/Docs/${file} ${PREFIX}/share/doc/antiword
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud