32d8f290c2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
28 lines
694 B
Makefile
28 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.26 2004/12/28 02:47:47 reed Exp $
|
|
|
|
DISTNAME= rp-pppoe-3.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${HOMEPAGE} \
|
|
http://roaringpenguin.luky.org/pppoe/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.roaringpenguin.com/pppoe/
|
|
COMMENT= Roaring Penguin's PPP over Ethernet client
|
|
|
|
CONFLICTS+= mouse_pppoe<20000912nb1
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_PKGINSTALL= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PPPD=${PPPD}
|
|
|
|
RCD_SCRIPTS= pppoe
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rp-pppoe
|
|
cd ${WRKSRC}/../configs && \
|
|
${INSTALL_DATA} pppoe.conf pppoe-server-options \
|
|
${PREFIX}/share/examples/rp-pppoe
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|