pkgsrc/net/rp-pppoe/Makefile
kristerw 8b468747ba Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 19:18:57 +00:00

30 lines
746 B
Makefile

# $NetBSD: Makefile,v 1.28 2005/06/24 19:18:57 kristerw Exp $
DISTNAME= rp-pppoe-3.5
PKGREVISION= 2
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
USE_TOOLS+= id
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PPPD=${PPPD}
CONFIGURE_ENV+= ID="${TOOLS_ID}"
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"