pkgsrc/net/pppd/Makefile
tron 00fffaadd1 Bring this package closer to building under NetBSD 4.0:
- Escape some question marks to avoid weird GCC warning.
- Fix broken use of "__attributed (__packed__)". Bump package revision
  because this is a code generation issue.
2007-06-11 12:36:23 +00:00

25 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.7 2007/06/11 12:36:23 tron Exp $
DISTNAME= ppp-${PPPD_VERSION}
PKGNAME= ${DISTNAME:S/ppp/&d/}
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/ppp/
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://ppp.samba.org/
COMMENT= PPP Daemon
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_TOOLS+= gmake
ONLY_FOR_PLATFORM+= NetBSD-*-* Linux-*-*
PKG_SYSCONFSUBDIR= ppp
CONFIGURE_ENV+= PREFIX=${PREFIX:Q} PKGSYSCONFDIR=${PKG_SYSCONFDIR:Q}
PPPD_VERSION= 2.4.3
PLIST_SUBST+= PPPD_VERSION=${PPPD_VERSION:Q}
.include "../../mk/bsd.pkg.mk"