summaryrefslogtreecommitdiff
path: root/textproc/catdoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/catdoc/Makefile')
-rw-r--r--textproc/catdoc/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile
index 1efb5aaf0ea4..1c1a18b8630b 100644
--- a/textproc/catdoc/Makefile
+++ b/textproc/catdoc/Makefile
@@ -3,30 +3,22 @@
# Date created: 11 November 1997
# Whom: Brion Moss <brion@queeg.com>
#
-# $Id: Makefile,v 1.2 1998/02/22 22:26:23 wosch Exp $
+# $Id: Makefile,v 1.3 1998/03/16 21:17:29 hoek Exp $
#
-DISTNAME= catdoc-0.3
+DISTNAME= catdoc-0.35
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR= support/catdoc
-DISTFILES= catdoc.c catdoc.1 wordview
+MASTER_SITES= http://www.ice.ru/~vitus/works/
MAINTAINER= brion@queeg.com
-DIST_SUBDIR= catdoc
-NO_WRKSUBDIR= yes
-EXTRACT_CMD= ${CP}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= .
-
MAN1= catdoc.1
# Remove the below line to get Cyrillic code page support instead
CFLAGS+= -DLATIN1=1
# The wordview tcl/tk script is small and not required. If the user
-# has tk, it will work. It comes preset for tk-8.0, but works with less.
+# has tk, it will work. It comes preset for tcl/tk-8.0, but works with tcl-76.
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o catdoc catdoc.c)