summaryrefslogtreecommitdiff
path: root/net-mgmt/sipcalc/Makefile
blob: 69a494cb875b5a46685cd4db8517d59f91430b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	sipcalc
# Date created:				24.03.2002
# Whom:					Janos.Mohacsi@dante.org.uk
#
# $FreeBSD$
#

PORTNAME=	sipcalc
PORTVERSION=	1.1.0
CATEGORIES=	net ipv6
MASTER_SITES=	http://www.routemeister.net/projects/sipcalc/files/

MAINTAINER=	Janos.Mohacsi@dante.org.uk

LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

GNU_CONFIGURE=	yes
MAN1=		sipcalc.1

post-install:
	@${ECHO} '======================================================='
	@${ECHO} 'If you want CGI support copy sipcalc-www to your CGI '
	@${ECHO} 'directory. Copy also the docs/web.html into the appropriate '
	@${ECHO} 'web directory. This is not done, since CGI and web setup'
	@${ECHO} 'has to be done according to your local policy.'
	@${ECHO} '======================================================='

.include <bsd.port.mk>