32 lines
593 B
Makefile
32 lines
593 B
Makefile
# $OpenBSD: Makefile,v 1.19 2002/12/29 20:19:09 fgsch Exp $
|
|
|
|
COMMENT= "MS Word ==> ASCII or TeX, Tk viewer included"
|
|
|
|
DISTNAME= catdoc-0.91.4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/
|
|
|
|
HOMEPAGE= http://www.fe.msk.ru/~vitus/catdoc/index.html
|
|
|
|
MAINTAINER= Jason Ish <ish@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
FLAVORS= tk
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mtk}
|
|
RUN_DEPENDS= ::x11/tk/8.0
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-wordview
|
|
.endif
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|