33 lines
570 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.33 2013/03/11 11:42:40 espie 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 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m
2000-02-12 08:41:07 +00:00
2001-10-29 19:12:34 +00:00
FLAVORS= tk
FLAVOR?=
.if ${FLAVOR:Mtk}
MODULES= x11/tk
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
CONFIGURE_ARGS+=--with-wish=${MODTK_BIN}
2001-10-29 19:12:34 +00:00
.else
CONFIGURE_ARGS+=--disable-wordview
.endif
CONFIGURE_STYLE=gnu dest
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2001-11-01 08:11:31 +00:00
.include <bsd.port.mk>