summaryrefslogtreecommitdiff
path: root/net/qadsl/Makefile
blob: c1097e64f378d13bcafd1fc9878318a875fd8969 (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
# New ports collection makefile for:	qadsl
# Date created:				13 December 2001
# Whom:					Arne Lundberg <arlu@telia.com>
#
# $FreeBSD$
#

PORTNAME=	qadsl
PORTVERSION=	1.2
CATEGORIES=	net
MASTER_SITES=	http://kuba.unix.se/code/qadsl/
DISTNAME=	qadsl-final-${PORTVERSION}

MAINTAINER=	arlu@telia.com
COMMENT=	Auto login/Keep-alive for Telia AB ADSL and COMHEM Cable internet

MAN8=		qadsl.8
MANCOMPRESSED=	yes

post-install:
	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}

.include <bsd.port.mk>