openbsd-ports/textproc/catdoc/Makefile

36 lines
651 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.32 2013/02/09 14:49:53 sthen Exp $
COMMENT= MS Word, Excel, Powerpoint ==> ASCII or TeX
DISTNAME= catdoc-0.94.2
REVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://ftp.wagner.pp.ru/pub/catdoc/
HOMEPAGE= http://wagner.pp.ru/~vitus/software/catdoc/
# GPLv2
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
2000-02-12 03:41:07 -05:00
2001-10-29 14:12:34 -05:00
FLAVORS= tk
FLAVOR?=
.if ${FLAVOR:Mtk}
MODULES= x11/tk
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
CONFIGURE_ARGS+=--with-wish=${MODTK_BIN}
2001-10-29 14:12:34 -05:00
.else
CONFIGURE_ARGS+=--disable-wordview
.endif
CONFIGURE_STYLE=gnu dest
2001-11-01 03:11:31 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>