17 lines
331 B
Makefile
17 lines
331 B
Makefile
# Created by: alfred@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hulgalugha
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://people.freebsd.org/~alfred/sources/hulgalugha/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Very jerky text filter
|
|
|
|
USES= tar:bzip2 uidfix
|
|
MAKE_ENV= NO_MAN=yes
|
|
|
|
PLIST_FILES= bin/hulgalugha
|
|
|
|
.include <bsd.port.mk>
|