summaryrefslogtreecommitdiff
path: root/sysutils/rdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rdate/Makefile')
-rw-r--r--sysutils/rdate/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile
new file mode 100644
index 000000000000..1a3f372ddd98
--- /dev/null
+++ b/sysutils/rdate/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rdate
+# Version required: ....
+# Date created: 19980128
+# Whom: cracauer@cons.org "Martin Cracauer"
+#
+# $Id: Makefile,v 1.7 1997/10/01 06:50:02 cracauer Exp $
+#
+
+DISTNAME= rdate-1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/
+
+MAINTAINER= cracauer@cons.org
+
+MAN8= rdate.8
+
+post-install:
+ $(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/bin/.
+ $(INSTALL_MAN) $(WRKSRC)/rdate.8 $(PREFIX)/man/man8/.
+
+.include <bsd.port.mk>