pkgsrc/net/xl2tpd/Makefile
2014-02-14 22:06:39 +00:00

23 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/02/14 22:06:39 christos Exp $
#
DISTNAME= xl2tpd-20140214
CATEGORIES= net
MASTER_SITES= -https://github.com/xelerance/xl2tpd/archive/master.zip
EXTRACT_SUFX= .zip
WRKSRC= ${WRKDIR}/xl2tpd-master
MAINTAINER= christos@NetBSD.org
HOMEPAGE= http://www.xelerance.com/services/software/xl2tpd/
COMMENT= Layer 2 Protocol Daemon
EXDIR= ${PREFIX}/share/examples/xl2tpd
INSTALLATION_DIRS= ${EXDIR}
post-install:
.for i in chap-secrets ipsec.conf options.xl2tpd psk.txt racoon.conf xl2tpd xl2tpd.conf
${INSTALL_DATA} ${FILESDIR}/$i ${DESTDIR}${EXDIR}/$i
.endfor
.include "../../mk/compiler.mk"
.include "../../mk/bsd.pkg.mk"