8d6597e0bb
With hat: portmgr Sponsored by: Absolight
17 lines
477 B
Makefile
17 lines
477 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wackford-squeers
|
|
PORTVERSION= 1.19
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Plain text network hypertext server and client
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/munger:lang/munger
|
|
|
|
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
|
INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}"
|
|
|
|
.include <bsd.port.mk>
|