openbsd-ports/misc/impress/Makefile

28 lines
526 B
Makefile
Raw Normal View History

2003-12-27 18:34:42 -05:00
# $OpenBSD: Makefile,v 1.8 2003/12/27 23:37:02 jose Exp $
COMMENT= "publishing and presentation tool"
VERSION= 1.1b9
DISTNAME= imp${VERSION}
PKGNAME= impress-${VERSION}
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2003-12-27 18:34:42 -05:00
RUN_DEPENDS= ::x11/tk/8.4
WRKDIST= ${WRKDIR}/${PKGNAME}
2002-10-27 16:07:53 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>