freebsd-ports/net/qadsl/Makefile
Will Andrews e1796893ad Add qadsl 1.2, an auto login/Keep-alive for Telia AB ADSL and COMHEM
Cable internet.

PR:		33710
Submitted by:	Arne Lundberg <arlu@telia.com>
2002-06-27 11:44:20 +00:00

22 lines
426 B
Makefile

# 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://qba.linuxsweden.nu/code/
DISTNAME= qadsl-final-${PORTVERSION}
MAINTAINER= arlu@telia.com
MAN8= qadsl.8
MANCOMPRESSED= yes
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>