summaryrefslogtreecommitdiff
path: root/net/poptop/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-06-18 01:01:20 +0000
committersalo <salo@pkgsrc.org>2003-06-18 01:01:20 +0000
commita55f8fb942e3cffa5489e3c10a45ad19c23cd4b2 (patch)
treece410d8db0528f90b63ee48922174875eda39037 /net/poptop/Makefile
parent1da2fe464a1980aa037eff8b5ffb999073d507e8 (diff)
downloadpkgsrc-a55f8fb942e3cffa5489e3c10a45ad19c23cd4b2.tar.gz
Use buildlink2 to prevent false dependency on gettext-lib. Noticed by cyber@.
Remove now unnecessary post-patch target, delint, whitespaces, better wording and formatting.
Diffstat (limited to 'net/poptop/Makefile')
-rw-r--r--net/poptop/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile
index 4041fb8cb12..2cfb8dc0f28 100644
--- a/net/poptop/Makefile
+++ b/net/poptop/Makefile
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.4 2001/12/23 17:18:12 kim Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/18 01:01:20 salo Exp $
+#
DISTNAME= pptpd-1.0.1
-PKGNAME= poptop-1.0.1
+PKGNAME= ${DISTNAME:S/pptpd/poptop/}
CATEGORIES= net
MASTER_SITES= ftp://ftp.snapgear.com/poptop/
MAINTAINER= dbj@netbsd.org
HOMEPAGE= http://www.snapgear.com/vpn/pptp.html
-COMMENT= PPTP server which can support Microsoft VPN clients
+COMMENT= PPTP server with support for Microsoft VPN clients
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libwrap
+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
+DEPENDS+= ppp-mppe-2.3.9:../../net/ppp-mppe
+CONFIGURE_ARGS+= --with-pppd=${PREFIX}/sbin/pppd
.endif
-post-patch:
- ${TOUCH} ${WRKSRC}/config.h.in
-
.include "../../mk/bsd.pkg.mk"