2011-06-02 09:41:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2011/06/02 13:41:40 ajacoutot Exp $
|
2003-04-17 04:59:26 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= PPTP Server
|
2003-04-17 04:59:26 -04:00
|
|
|
|
2010-07-12 18:07:37 -04:00
|
|
|
V= 1.3.4
|
2009-01-21 11:07:15 -05:00
|
|
|
DISTNAME= pptpd-$V
|
2010-07-12 18:07:37 -04:00
|
|
|
PKGNAME= poptop-$V
|
2011-06-02 09:41:36 -04:00
|
|
|
REVISION= 3
|
2003-04-17 04:59:26 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.poptop.org/
|
|
|
|
|
2009-01-21 11:07:15 -05:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
2003-04-17 04:59:26 -04:00
|
|
|
|
2011-04-04 12:44:54 -04:00
|
|
|
# GPLv2+
|
2003-04-17 04:59:26 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-12 18:07:37 -04:00
|
|
|
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c util
|
2003-04-17 04:59:26 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poptop/}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-bsdppp --with-pppd-ip-alloc
|
2009-01-21 11:07:15 -05:00
|
|
|
FAKE_FLAGS= DESTDIR=
|
|
|
|
USE_GMAKE= Yes
|
2003-04-17 04:59:26 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/poptop
|
2003-06-05 03:53:20 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
|
|
|
|
${PREFIX}/share/examples/poptop/pptpd.conf-sample
|
2003-04-17 04:59:26 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|