blob: 725f978884f1ed261f3d4eb260dda0af95683abd (
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: scud
# Date created: 18 December 2001
# Whom: David Quattlebaum <drq@bsdwins.com>
#
# $FreeBSD$
#
PORTNAME= scud
PORTVERSION= 1.5
CATEGORIES= comms
MASTER_SITES= http://www.drqware.com/scud/downloads/ \
http://bsdone.bsdwins.com/dist/scud/downloads/
MAINTAINER= drq@drqware.com
COMMENT= Tell your CID capable modem to answer those annoying calls
MAN8= scud.8
MANCOMPRESSED= yes
.include <bsd.port.mk>
|