openbsd-ports/misc/impress/Makefile

28 lines
506 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:57 espie Exp $
COMMENT= publishing and presentation tool
VERSION= 1.1b9
DISTNAME= impress-${VERSION}
REVISION= 0
DISTFILES= imp${VERSION}.tar.gz
CATEGORIES= misc
2002-10-27 16:07:53 -05:00
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.ntlug.org/~ccox/impress/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/tk
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
2002-10-27 16:07:53 -05:00
pre-configure:
@${MODTCL_WISH_ADJ} ${WRKSRC}/src/impress.tcl
.include <bsd.port.mk>