aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/doinkd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/doinkd/Makefile')
-rw-r--r--sysutils/doinkd/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile
new file mode 100644
index 000000000000..51d2f96bc689
--- /dev/null
+++ b/sysutils/doinkd/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: idled
+# Version required: 1.16
+# Date created: 12 March 1997
+# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
+
+DISTNAME= idled-1.16
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.cs.hope.edu/pub/idled/
+
+NO_CDROM= non-profit use and distribution only
+NOMANCOMPRESS= compressed already
+
+MAINTAINER= andrew@ugh.net.au, iain@ugh.net.au
+
+MAN5= idled.cf.5
+MAN8= idled.8
+
+post-extract:
+ (cd ${WRKSRC}; make clean)
+
+post-install:
+ strip ${PREFIX}/libexec/idled
+
+.include <bsd.port.mk>