freebsd-ports/editors/impress/Makefile
Emanuel Haupt 30afe5860a - Fix MASTER_SITES
- Add LICENSE
- Support USE_TK_WRAPPER
- Support NOPORTDOCS

PR:		159437
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-08 13:38:16 +00:00

37 lines
753 B
Makefile

# 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
COMMENT= Publishing and presentation tool
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
NO_BUILD= yes
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>