pkgsrc/net/rp-pppoe/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

32 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.32 2005/12/29 06:22:02 jlam 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
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"