9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
32 lines
795 B
Makefile
32 lines
795 B
Makefile
# $NetBSD: Makefile,v 1.33 2006/03/04 21:30:24 jlam Exp $
|
|
|
|
DISTNAME= rp-pppoe-3.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${HOMEPAGE} \
|
|
http://roaringpenguin.luky.org/pppoe/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.roaringpenguin.com/pppoe/
|
|
COMMENT= Roaring Penguin's PPP over Ethernet client
|
|
|
|
NOT_FOR_PLATFORM+= Interix-*-* # no userland protocol stack support
|
|
|
|
CONFLICTS+= mouse_pppoe<20000912nb1
|
|
|
|
USE_TOOLS+= id
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_DIRS= src
|
|
CONFIGURE_ENV+= PPPD=${PPPD:Q}
|
|
CONFIGURE_ENV+= ID=${TOOLS_ID:Q}
|
|
BUILD_DIRS= src
|
|
|
|
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"
|