aboutsummaryrefslogtreecommitdiffstats
path: root/german/schwobifyer/Makefile
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-08-01 22:54:09 +0800
committerlawrance <lawrance@FreeBSD.org>2005-08-01 22:54:09 +0800
commit71e7cba6be2d495f1465baf00df1279baa69e784 (patch)
tree9c1c73c88e361914b81c0c40d59c179f7317118a /german/schwobifyer/Makefile
parentd35a5774580b6abcd06801071533c6ee49916b2e (diff)
downloadfreebsd-ports-gnome-71e7cba6be2d495f1465baf00df1279baa69e784.tar.gz
freebsd-ports-gnome-71e7cba6be2d495f1465baf00df1279baa69e784.tar.zst
freebsd-ports-gnome-71e7cba6be2d495f1465baf00df1279baa69e784.zip
Add schwobifyer 20050730, a utility for translating german into the
schwaebisch dialect. PR: ports/84363 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'german/schwobifyer/Makefile')
-rw-r--r--german/schwobifyer/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/german/schwobifyer/Makefile b/german/schwobifyer/Makefile
new file mode 100644
index 000000000000..20888d536d57
--- /dev/null
+++ b/german/schwobifyer/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: schwobifyer
+# Date created: 30 Jul 2005
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= schwobifyer
+PORTVERSION= 20050730
+CATEGORIES= german
+MASTER_SITES= http://critical.ch/distfiles/
+PKGNAMEPREFIX= de-
+
+MAINTAINER= ehaupt@critical.ch
+COMMENT= A utility for translating german into the schwaebisch dialect
+
+PLIST_FILES= bin/schwobifyer
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>