pkgsrc/net/mouse-pppoe/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

21 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:38 agc Exp $
DISTNAME= pppoe.20000912
PKGNAME= mouse-${DISTNAME:S/./-/}nb1
CATEGORIES= net
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/mouse/pppoe/
MAINTAINER= mouse@netbsd.org
COMMENT= derMouse's PPP over Ethernet program
WRKSRC= ${WRKDIR}
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -o pppoe pppoe.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pppoe ${PREFIX}/sbin/mouse-pppoe
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mouse_pppoe
${INSTALL_DATA} ${WRKSRC}/pppoe.readme ${PREFIX}/share/doc/mouse_pppoe
.include "../../mk/bsd.pkg.mk"