openbsd-ports/textproc/catdoc/Makefile

35 lines
633 B
Makefile
Raw Normal View History

2010-10-19 03:54:21 -04:00
# $OpenBSD: Makefile,v 1.26 2010/10/19 07:54:21 espie Exp $
COMMENT= MS Word, Excel, Powerpoint ==> ASCII or TeX
DISTNAME= catdoc-0.94.2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.45.free.net/pub/catdoc/
2006-07-20 00:43:27 -04:00
HOMEPAGE= http://www.45.free.net/~vitus/software/catdoc/
2002-11-27 02:50:28 -05:00
MAINTAINER= Jason Ish <ish@openbsd.org>
2003-11-15 10:12:53 -05:00
# GPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= c m
2000-02-12 03:41:07 -05:00
2001-10-29 14:12:34 -05:00
FLAVORS= tk
FLAVOR?=
.if ${FLAVOR:L:Mtk}
RUN_DEPENDS= ::x11/tk/8.4
2001-10-29 14:12:34 -05:00
.else
CONFIGURE_ARGS+=--disable-wordview
.endif
CONFIGURE_STYLE=gnu dest
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2001-11-01 03:11:31 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>