freebsd-ports/net/poptop/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

34 lines
733 B
Makefile

# New ports collection makefile for: poptop
# Date created: 04 October 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= poptop
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= poptop
DISTNAME= pptpd-${PORTVERSION}
MAINTAINER= ports@freebsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bsdppp
MAN5= pptpd.conf.5
MAN8= pptpd.8 pptpctrl.8
pre-patch:
${RM} ${WRKSRC}/config.cache
${CP} ${WRKSRC}/our_getopt.h ${WRKSRC}/getopt.h
post-install:
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
${PREFIX}/etc/pptpd.conf.sample
${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh \
${PREFIX}/etc/rc.d/pptpd.sh.sample
.include <bsd.port.mk>