2011-03-08 16:07:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2011/03/08 21:07:22 landry Exp $
|
2001-05-06 00:11:38 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= MS Word, Excel, Powerpoint ==> ASCII or TeX
|
1998-09-23 12:21:02 -04:00
|
|
|
|
2006-10-27 16:41:47 -04:00
|
|
|
DISTNAME= catdoc-0.94.2
|
2011-03-08 16:07:22 -05:00
|
|
|
REVISION= 0
|
1998-09-23 12:21:02 -04:00
|
|
|
CATEGORIES= textproc
|
2011-03-08 16:07:22 -05:00
|
|
|
MASTER_SITES= http://ftp.wagner.pp.ru/pub/catdoc/
|
2001-05-29 19:22:44 -04:00
|
|
|
|
2011-03-08 16:07:22 -05:00
|
|
|
HOMEPAGE= http://wagner.pp.ru/~vitus/software/catdoc/
|
1998-09-23 12:21:02 -04:00
|
|
|
|
2002-11-27 02:50:28 -05:00
|
|
|
MAINTAINER= Jason Ish <ish@openbsd.org>
|
1998-09-23 12:21:02 -04:00
|
|
|
|
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
|
1998-09-23 12:21:02 -04:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
2010-10-19 03:54:21 -04:00
|
|
|
USE_GROFF = Yes
|
1998-09-23 12:21:02 -04:00
|
|
|
|
2001-11-01 03:11:31 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1998-09-23 12:21:02 -04:00
|
|
|
.include <bsd.port.mk>
|