aboutsummaryrefslogtreecommitdiff
path: root/devel/towitoko/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/towitoko/Makefile')
-rw-r--r--devel/towitoko/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/towitoko/Makefile b/devel/towitoko/Makefile
new file mode 100644
index 000000000000..161629757b1a
--- /dev/null
+++ b/devel/towitoko/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: towitoko
+# Date created: Tue Jun 11 20:13:26 CEST 2002
+# Whom: king@v2project.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= towitoko
+PORTVERSION= 2.0.6
+CATEGORIES= devel
+MASTER_SITES= http://www.geocities.com/cprados/files/
+
+MAINTAINER= king@v2project.com
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+MAN3= ctapi.3 ctbcs.3 CT_init.3 CT_data.3 CT_close.3
+
+.include <bsd.port.mk>