diff options
Diffstat (limited to 'comms/modemd/Makefile')
-rw-r--r-- | comms/modemd/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile new file mode 100644 index 00000000000..34d5bf80370 --- /dev/null +++ b/comms/modemd/Makefile @@ -0,0 +1,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> |