diff options
author | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:29:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:29:45 +0000 |
commit | 26439d9580858225d63b245181e3934a7bddc524 (patch) | |
tree | 964da71db53548796d90c9044a10f663dcaf6d3d /astro/tkseti/Makefile | |
parent | Update to version 1.29. (diff) |
Update to version 3.02.
PR: 28037
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=44130
Diffstat (limited to 'astro/tkseti/Makefile')
-rw-r--r-- | astro/tkseti/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index 83b85345ad9f..ef38596a258c 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -6,25 +6,26 @@ # PORTNAME= tkseti -PORTVERSION= 2.12 -CATEGORIES= astro tk82 +PORTVERSION= 3.04 +CATEGORIES= astro tk83 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ -MAINTAINER= brett@peloton.runet.edu +MAINTAINER= petef@databits.net -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes +MAN1= tkseti.1 + do-install: - ${MKDIR} ${PREFIX}/share/doc/tkseti ${INSTALL_SCRIPT} ${WRKSRC}/tkseti ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/tkseti.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/tkseti ${INSTALL_DATA} ${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README - -post-install: - @${ECHO} "Please read the documentation for tkseti located in" - @${ECHO} "${PREFIX}/share/doc/tkseti/DOC and ${PREFIX}/share/doc/tkseti/README." +.endif .include <bsd.port.mk> |