summaryrefslogtreecommitdiff
path: root/textproc/antiword/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/antiword/Makefile')
-rw-r--r--textproc/antiword/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile
new file mode 100644
index 000000000000..35ec685990eb
--- /dev/null
+++ b/textproc/antiword/Makefile
@@ -0,0 +1,30 @@
+# 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/
+DISTNAME= ${PORTNAME}
+
+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>