freebsd-ports/editors/impress/Makefile

38 lines
753 B
Makefile
Raw Normal View History

# Ports collection makefile for: impress
# Date created: 23 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= impress
PORTVERSION= 1.1b9
PORTREVISION= 3
CATEGORIES= editors tk
MASTER_SITES= TUCOWS \
http://www.ntlug.org/~ccox/impress/
DISTNAME= imp${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:12:51 +01:00
COMMENT= Publishing and presentation tool
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
NO_BUILD= yes
2003-10-18 07:32:00 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_TK_WRAPPER= yes
PORTDOCS= *
PLIST_FILES= bin/impress
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/impress.tcl ${PREFIX}/bin/impress
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/src/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>