blob: 34d5bf8037002937011c2363594f902a57429245 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: modemd
# Version required: 970221
# Date created: 12 December 1997
# Whom: tsarna@endicor.com
#
# $NetBSD: Makefile,v 1.1 1998/03/20 11:05:17 frueauf Exp $
DISTNAME= modemd-970221
CATEGORIES= comms
MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
MAINTAINER= tsarna@endicor.com
# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
pre-install:
${MKDIR} ${PREFIX}/share/examples/modemd
.include <bsd.port.mk>
|