summaryrefslogtreecommitdiff
path: root/misc/qclock/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-08-13 07:16:47 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-08-13 07:16:47 +0000
commita7f4ede3587b0ba91db504ecc2bb75be7ce8c5b4 (patch)
tree66ec3a82cb4ced3cb27628b4746a7798c41edfb1 /misc/qclock/Makefile
parentLN is defined in bsd.port.mk. Change "ln -s" to "ln -sf" to make this (diff)
Import of `qclock', a text based clock.
PR: 7592 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes: svn path=/head/; revision=12496
Diffstat (limited to 'misc/qclock/Makefile')
-rw-r--r--misc/qclock/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/qclock/Makefile b/misc/qclock/Makefile
new file mode 100644
index 000000000000..e7d91cafbf98
--- /dev/null
+++ b/misc/qclock/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: qclock
+# Version required: 1.0
+# Date created: 12 August 1998
+# Whom: brett@peloton.physics.montana.edu
+#
+# $Id$
+#
+
+DISTNAME= qclock
+PKGNAME= qclock-1.0
+CATEGORIES= misc
+MASTER_SITES= http://snowball.cypcopic.com.au/qclock/
+
+MAINTAINER= brett@peloton.physics.montana.edu
+
+NO_WRKSUBDIR= yes
+
+ALL_TARGET= qclock
+
+do-install:
+ ${CP} ${WRKDIR}/qclock ${PREFIX}/bin/qclock
+
+.include <bsd.port.mk>