pkgsrc/net/poptop/Makefile
cube e2f781bf9e Update to 1.1.3.20030409 ; this project is now hosted at SourceForge.
Take over maintainership (per discussion with dbj@).

OK'd by seb@ and dbj@.

Close pkg/22706.

Poptop ChangeLog
---------------------------------------------------------------------------
v1.1.3
* Wed Apr  9 2003 Richard de Vroede <r.devroede@linvision.com>
- fixed a potential buffer-overflow in ctrlpacket.c

* Thu Aug 22 2002 Richard de Vroede <richard@linvision.com>
- added stimeout option to pptpd.conf manpage
- updated the Changelog file ;-)

* Tue Aug 20 2002 Richard de Vroede <richard@linvision.com>
- removed debug commandline option from pptpd.init

* Thu Aug  1 2002 Richard de Vroede <richard@linvision.com>
- added config(noreplace) so old configs don't get replaced
- fixed postscriptlet
- adapted spec to cvs tree

* Wed Jun 26 2002 Richard de Vroede <richard@linvision.com>
- specfile now supports --with[out] options

---------------------------------------------------------------------------
v0.9.13 -> v1.1.3
* June 18 2002 Richard de Vroede <richard@linvision.com>
- migrated to version higher than last poptop release
- bugfixed

---------------------------------------------------------------------------
2003-09-17 19:37:08 +00:00

26 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/09/17 19:37:08 cube Exp $
#
DISTNAME= pptpd-1.1.3-20030409
PKGNAME= poptop-1.1.3.20030409
WRKSRC= ${WRKDIR}/poptop
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poptop/}
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://www.poptop.org/
COMMENT= PPTP server with support for Microsoft VPN clients
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-libwrap
.include "../../mk/bsd.prefs.mk"
.if defined(POPTOP_USE_MPPE)
DEPENDS+= ppp-mppe-2.3.9:../../net/ppp-mppe
CONFIGURE_ARGS+= --with-pppd=${PREFIX}/sbin/pppd
.endif
.include "../../mk/bsd.pkg.mk"