freebsd-ports/net/qadsl/Makefile

24 lines
501 B
Makefile
Raw Normal View History

# 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
2003-11-03 02:18:42 +01:00
MASTER_SITES= http://kuba.unix.se/code/qadsl/
DISTNAME= qadsl-final-${PORTVERSION}
MAINTAINER= arlu@telia.com
2003-02-21 14:28:59 +01:00
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>