17 lines
489 B
Makefile
17 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>
|