From 24757f2fee0a2b5cad064bb9e91d56a3aca298c9 Mon Sep 17 00:00:00 2001 From: Nikola Kolev Date: Tue, 5 Sep 2017 20:41:12 +0000 Subject: [PATCH] Add cipier Makefile --- Makefile.cipier | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Makefile.cipier diff --git a/Makefile.cipier b/Makefile.cipier new file mode 100644 index 0000000..3caee7b --- /dev/null +++ b/Makefile.cipier @@ -0,0 +1,33 @@ +# $FreeBSD: head/net/dhcpd/Makefile 433752 2017-02-09 17:44:36Z krion $ + +PORTNAME= dhcpd +PORTVERSION= 6.0.20170207 +CATEGORIES= net + +MAINTAINER= koue@chaosophia.net +COMMENT= OpenBSD dhcp daemon + +LICENSE= BSD3CLAUSE + +WRKSRC_SUBDIR= src/usr.sbin/${PORTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= koue + +CONFLICTS= isc-dhcp4[1-3]-server* + +USES= ssl uidfix +USE_RC_SUBR= dhcpd + +CFLAGS+= -Wall + +MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man + +USERS= dhcpd +GROUPS= dhcpd + +post-install: + ${INSTALL_DATA} ${WRKSRC}/dhcpd.conf \ + ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.sample + +.include