pkgsrc/net/qadsl/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

24 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/06/02 01:17:46 jschauma Exp $
#
DISTNAME= qadsl-final-1.2
PKGNAME= qadsl-1.2
CATEGORIES= net
MASTER_SITES= http://qba.linuxsweden.nu/code/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://qba.linuxsweden.nu/
COMMENT= Login software for Swedish Telia ADSL/Comhem cable Internet users
ALL_TARGET= bsd
MANCOMPRESSED= yes
MAKE_ENV+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qadsl ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/qadsl.conf \
${PREFIX}/share/examples/qadsl.conf.sample
${INSTALL_MAN} ${WRKSRC}/qadsl.8.gz ${PREFIX}/man/man8
.include "../../mk/bsd.pkg.mk"