blob: cb83b50d2267b1f8e69fa8a1a72caa3d3055aadc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.15 2005/12/05 20:49:55 rillig Exp $
DISTNAME= modemd-970221
PKGNAME= modemd-19970221
CATEGORIES= comms
MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
MAINTAINER= tsarna@NetBSD.org
COMMENT= Replacement getty for dialup ttys and a modem server
MANCOMPRESSED_IF_MANZ= yes
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/modemd
.include "../../mk/bsd.pkg.mk"
|