diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-20 11:05:17 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-20 11:05:17 +0000 |
commit | 971fde0aad1978e6100ef645f65134a416a08bae (patch) | |
tree | 394c38dd450c0ffd064abb9e1e9f5da8b78de1b0 /comms/modemd/Makefile | |
parent | 77339911bda70d49f56f352fe49837a56973c286 (diff) | |
download | pkgsrc-971fde0aad1978e6100ef645f65134a416a08bae.tar.gz |
Initial import of modemd package done by Ty Sarna <tsarna@endicor.com>
with little cleanups/modifications by me. Closes pr 4678.
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> |