freebsd-ports/german/schwobifyer/Makefile

24 lines
479 B
Makefile
Raw Normal View History

# New ports collection makefile for: schwobifyer
# Date created: 30 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= schwobifyer
PORTVERSION= 20050730
CATEGORIES= german
2008-03-27 20:27:34 +01:00
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A utility for translating german into the schwaebisch dialect
MAKE_JOBS_UNSAFE= yes
2009-03-27 10:53:36 +01:00
PLIST_FILES= bin/schwobifyer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>