summaryrefslogtreecommitdiff
path: root/astro/tkseti/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/tkseti/Makefile')
-rw-r--r--astro/tkseti/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile
new file mode 100644
index 000000000000..6deaab50aea3
--- /dev/null
+++ b/astro/tkseti/Makefile
@@ -0,0 +1,31 @@
+# Ports collection makefile for: tkseti
+# Version required: 1.36
+# Date created: 30 Jun 1999
+# Whom: Brett Taylor <brett@peloton.physics.montana.edu>
+#
+# $Id$
+#
+
+DISTNAME= tkseti-1.36
+CATEGORIES= astro tk80
+MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/
+
+MAINTAINER= brett@peloton.physics.montana.edu
+
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \
+ setiathome:${PORTSDIR}/astro/setiathome
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/doc/tkseti
+ ${INSTALL_SCRIPT} ${WRKDIR}/tkseti ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKDIR}/DOC ${PREFIX}/share/doc/tkseti/DOC
+ ${INSTALL_DATA} ${WRKDIR}/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."
+
+.include <bsd.port.mk>