1999-10-06 04:43:14 +02:00
|
|
|
# New ports collection makefile for: poptop
|
|
|
|
# Date created: 04 October 1999
|
|
|
|
# Whom: Nick Sayer <nsayer@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-10-18 20:22:42 +02:00
|
|
|
PORTNAME= poptop
|
2007-06-16 18:20:53 +02:00
|
|
|
PORTVERSION= 1.3.4
|
2012-02-13 07:40:31 +01:00
|
|
|
PORTREVISION= 3
|
2003-10-18 20:22:42 +02:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/pptpd/pptpd-${PORTVERSION}
|
2003-10-18 20:22:42 +02:00
|
|
|
DISTNAME= pptpd-${PORTVERSION:S/.b/-b/}
|
|
|
|
|
2008-08-20 08:50:58 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-18 20:22:42 +02:00
|
|
|
COMMENT= Windows 9x compatible PPTP (VPN) server
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
2005-11-28 13:44:11 +01:00
|
|
|
AUTOHEADER="${TRUE}"
|
|
|
|
|
2012-08-06 01:19:36 +02:00
|
|
|
USE_RC_SUBR= pptpd
|
2003-10-18 20:22:42 +02:00
|
|
|
|
|
|
|
MAN5= pptpd.conf.5
|
|
|
|
MAN8= pptpd.8 pptpctrl.8
|
|
|
|
|
2003-12-15 09:18:57 +01:00
|
|
|
.if !defined(WITH_KERNPPP)
|
2003-10-18 20:22:42 +02:00
|
|
|
CONFIGURE_ARGS+= --with-bsdppp
|
|
|
|
.endif
|
1999-10-06 04:43:14 +02:00
|
|
|
|
2003-10-18 20:22:42 +02:00
|
|
|
post-patch:
|
2005-11-28 13:44:11 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpctrl.c
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpd.8
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpd.conf.5
|
2002-09-08 19:39:44 +02:00
|
|
|
|
1999-10-06 04:43:14 +02:00
|
|
|
post-install:
|
2002-04-06 19:06:52 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
|
|
|
|
${PREFIX}/etc/pptpd.conf.sample
|
1999-10-06 04:43:14 +02:00
|
|
|
|
2012-02-13 07:40:31 +01:00
|
|
|
.include <bsd.port.mk>
|