mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
24 lines
537 B
Makefile
24 lines
537 B
Makefile
# 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/ \
|
|
http://energy.critical.ch/distfiles/
|
|
PKGNAMEPREFIX= de-
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
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>
|