aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/dadadodo/Makefile
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-06-08 12:16:52 +0800
committermarkp <markp@FreeBSD.org>2001-06-08 12:16:52 +0800
commit9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0 (patch)
tree5b5e380d4d9b1966e830e1f4b38dbf5272833772 /textproc/dadadodo/Makefile
parent9f44f24f10259ade4b7bd3d7d7f438f0e2dc97d9 (diff)
downloadfreebsd-ports-gnome-9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0.tar.gz
freebsd-ports-gnome-9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0.tar.zst
freebsd-ports-gnome-9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0.zip
Add dadadodo 1.03,
text processor which analyses text and generates random sentences. PR: 27791 Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'textproc/dadadodo/Makefile')
-rw-r--r--textproc/dadadodo/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/dadadodo/Makefile b/textproc/dadadodo/Makefile
new file mode 100644
index 000000000000..1a20c5755df7
--- /dev/null
+++ b/textproc/dadadodo/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: dadadodo
+# Date created: May 31, 2001
+# Whom: Mark Pulford <mark@kyne.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dadadodo
+PORTVERSION= 1.03
+CATEGORIES= textproc
+MASTER_SITES= http://www.jwz.org/dadadodo/
+
+MAINTAINER= markp@FreeBSD.org
+
+pre-patch:
+ ${PERL} -pi -e "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin
+
+.include <bsd.port.mk>