2002-06-27 13:44:20 +02:00
|
|
|
# New ports collection makefile for: qadsl
|
|
|
|
# Date created: 13 December 2001
|
|
|
|
# Whom: Arne Lundberg <arlu@telia.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qadsl
|
2005-04-14 11:26:15 +02:00
|
|
|
PORTVERSION= 1.3.3
|
2006-02-26 02:13:45 +01:00
|
|
|
PORTREVISION= 1
|
2002-06-27 13:44:20 +02:00
|
|
|
CATEGORIES= net
|
2006-03-09 15:10:56 +01:00
|
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/alive/
|
2005-04-14 11:26:15 +02:00
|
|
|
DISTNAME= qadsl-${PORTVERSION}
|
2002-06-27 13:44:20 +02:00
|
|
|
|
2006-01-22 19:57:32 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-04-14 11:26:15 +02:00
|
|
|
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
|
2006-02-26 02:13:45 +01:00
|
|
|
CONFIGURE_ARGS= --with-global-cfg=${PREFIX}/etc/qadsl.conf \
|
2005-04-14 11:26:15 +02:00
|
|
|
--with-pidfile=/var/run/qadsl.pid
|
2002-06-27 13:44:20 +02:00
|
|
|
|
|
|
|
MAN8= qadsl.8
|
2005-04-14 11:26:15 +02:00
|
|
|
MAN5= qadsl.conf.5
|
|
|
|
INFO= qadsl
|
|
|
|
PLIST_FILES= sbin/qadsl etc/qadsl.conf.sample
|
|
|
|
|
|
|
|
post-extract:
|
2006-02-26 02:13:45 +01:00
|
|
|
@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample
|
2002-06-27 13:44:20 +02:00
|
|
|
|
|
|
|
post-install:
|
2005-04-14 11:26:15 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-06-27 13:44:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|