pkgsrc/net/wakeup/Makefile
jlam bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00

22 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/07/15 18:27:53 jlam Exp $
#
DISTNAME= hpwake
PKGNAME= wakeup-1.0
CATEGORIES= net sysutils
MASTER_SITES= http://server7.ik.mb.uni-siegen.de/wol/
EXTRACT_SUFX= .c.gz
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.berens-partner.de/wann/computer/wol.html
COMMENT= Wakeup On LAN client for remote power-up of machines
USE_TOOLS+= gunzip
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
${GUNZIP_CMD} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX}
${LN} -fs ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"