aboutsummaryrefslogtreecommitdiff
path: root/comms/wy60/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-06-12 13:31:06 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-06-12 13:31:06 +0000
commit18fb1fc752e4217c8a3d650102f3142e21b19b84 (patch)
treecf1bee90c4129ecd016cbe1e0fc9d04d57a38d11 /comms/wy60/Makefile
parentb2b1186c1783c7c32cf15358b62df3754b3f6414 (diff)
downloadports-18fb1fc752e4217c8a3d650102f3142e21b19b84.tar.gz
ports-18fb1fc752e4217c8a3d650102f3142e21b19b84.zip
Notes
Diffstat (limited to 'comms/wy60/Makefile')
-rw-r--r--comms/wy60/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile
new file mode 100644
index 000000000000..db33e722b303
--- /dev/null
+++ b/comms/wy60/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: wy60
+# Date created: 2002-06-12
+# Whom: Christian Weisgerber <naddy@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= wy60
+PORTVERSION= 2.0.2
+CATEGORIES= comms
+MASTER_SITES= http://gutschke.com/wy60/html/archive/
+
+MAINTAINER= naddy@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= wy60.1
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/examples/wy60
+ ${INSTALL_DATA} ${WRKSRC}/wy60.rc ${PREFIX}/share/examples/wy60
+
+.include <bsd.port.mk>