blob: c60835ea63df73c08b2448d7baacc616f1674708 (
plain) (
blame)
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.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>
|