freebsd-ports/net/wackford-squeers/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>