blob: 1edb0a18cc2fde5ccd6834c5a30a348510cf1f0f (
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
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: qadsl
# Date created: 13 December 2001
# Whom: Arne Lundberg <arlu@telia.com>
#
# $FreeBSD$
#
PORTNAME= qadsl
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.savannah.gnu.org/releases/alive/
DISTNAME= qadsl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Auto login/Keep-alive for Telia AB ADSL, COMHEM Cable and Tiscali Internet
USE_RC_SUBR= qadsl.sh
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-global-cfg=${PREFIX}/etc/qadsl.conf \
--with-pidfile=/var/run/qadsl.pid
MAN8= qadsl.8
MAN5= qadsl.conf.5
INFO= qadsl
PLIST_FILES= sbin/qadsl etc/qadsl.conf.sample
post-extract:
@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|