openbsd-ports/net/poptop/Makefile
2013-03-11 11:35:43 +00:00

31 lines
611 B
Makefile

# $OpenBSD: Makefile,v 1.18 2013/03/11 11:35:55 espie Exp $
COMMENT= PPTP Server
V= 1.3.4
DISTNAME= pptpd-$V
PKGNAME= poptop-$V
REVISION= 4
CATEGORIES= net
HOMEPAGE= http://www.poptop.org/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c util
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poptop/}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-bsdppp --with-pppd-ip-alloc
FAKE_FLAGS= DESTDIR=
USE_GMAKE= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/poptop
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
${PREFIX}/share/examples/poptop/pptpd.conf-sample
.include <bsd.port.mk>