openbsd-ports/textproc/catdoc/Makefile

36 lines
643 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2011/03/08 21:07:22 landry Exp $
COMMENT= MS Word, Excel, Powerpoint ==> ASCII or TeX
DISTNAME= catdoc-0.94.2
REVISION= 0
CATEGORIES= textproc
MASTER_SITES= http://ftp.wagner.pp.ru/pub/catdoc/
HOMEPAGE= http://wagner.pp.ru/~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}
2010-11-20 14:56:47 -05:00
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>