freebsd-ports/german/schwobifyer/Makefile
Emanuel Haupt 6fe706fd4b - Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00

19 lines
395 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= schwobifyer
PORTVERSION= 20050730
CATEGORIES= german
MASTER_SITES= CRITICAL
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} ${PREFIX}/bin
.include <bsd.port.mk>