mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
18 lines
489 B
Makefile
18 lines
489 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:${PORTSDIR}/lang/munger
|
|
|
|
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
|
INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}"
|
|
|
|
.include <bsd.port.mk>
|