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