2001-08-23 13:52:26 +02:00
|
|
|
# Ports collection makefile for: impress
|
|
|
|
# Date created: 23 Aug 2001
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= impress
|
|
|
|
PORTVERSION= 1.1b9
|
2011-08-08 15:38:16 +02:00
|
|
|
PORTREVISION= 3
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= editors tk
|
2011-08-08 15:38:16 +02:00
|
|
|
MASTER_SITES= TUCOWS \
|
|
|
|
http://www.ntlug.org/~ccox/impress/
|
2001-08-23 13:52:26 +02:00
|
|
|
DISTNAME= imp${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:12:51 +01:00
|
|
|
COMMENT= Publishing and presentation tool
|
2001-08-23 13:52:26 +02:00
|
|
|
|
2011-08-08 15:38:16 +02:00
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
2001-08-23 13:52:26 +02:00
|
|
|
|
2011-08-08 15:38:16 +02:00
|
|
|
NO_BUILD= yes
|
2003-10-18 07:32:00 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2001-08-23 13:52:26 +02:00
|
|
|
|
2011-08-08 15:38:16 +02:00
|
|
|
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
|
|
|
|
|
2001-08-23 13:52:26 +02:00
|
|
|
.include <bsd.port.mk>
|