freebsd-ports/net/merlinmon/Makefile
Nick Sayer 5ad428fb11 1. Update FAQ to talk about the Ricochet version of Merlin.
2. Release maintainership over the port (and the program itself as
well). I no longer use CDPD, so I don't use this code anymore.
2001-02-23 20:31:42 +00:00

28 lines
572 B
Makefile

# Ports collection makefile for: merlin
# Date created: 13 Dec 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= merlinmon
PORTVERSION= 1.1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nsayer
DISTNAME= merlin-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@freebsd.org
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/merlin ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.merlin
.endif
.include <bsd.port.mk>