2fa7a3929b
A big Thank You to the original contributors of these ports: * Andreas Fehlner (fehlner@gmx.de) * Boris Samorodov <bsam@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Slaven Rezic <eserte@cs.tu-berlin.de> * Thierry Thomas <thierry@pompo.net> * hq@FreeBSD.org * miwi * n@nectar.com * wosch With hat: portmgr
16 lines
348 B
Makefile
16 lines
348 B
Makefile
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>
|