1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/merlinmon/Makefile
Nick Sayer 4ec3ccf9ba merlinmon is a little curses app that will show you the current state
of your Novatel Sage or Merlin CDPD modem. It is analagous to their
Opcenter or Modem Manager software for windows.
1999-12-25 15:58:11 +00:00

27 lines
548 B
Makefile

# Ports collection makefile for: merlin
# Version required: 1.0
# Date created: 13 Dec 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= merlin-1.0
PKGNAME= merlinmon-1.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.kfu.com/pub/
EXTRACT_SUFX= .tgz
MAINTAINER= nsayer@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>