mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2d8b17ea39
With hat: portmgr
18 lines
371 B
Makefile
18 lines
371 B
Makefile
# Created by: alfred@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hulgalugha
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://people.freebsd.org/~alfred/sources/hulgalugha/
|
|
USE_BZIP2= yes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Very jerky text filter
|
|
|
|
PLIST_FILES= bin/hulgalugha
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
|
|
.include <bsd.port.mk>
|