blob: 157df8d2f28074d5bd648bf74a9a06d92ee31f63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= schwobifyer
PORTVERSION= 20050730
CATEGORIES= german
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Utility for translating German into the Schwaebisch dialect
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/schwobifyer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|