aboutsummaryrefslogtreecommitdiff
path: root/german/schwobifyer/Makefile
diff options
context:
space:
mode:
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>