Skip to content

Commit

Permalink
Add cipier Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
koue committed Sep 5, 2017
1 parent a480f63 commit 24757f2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Makefile.cipier
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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 <bsd.port.mk>

0 comments on commit 24757f2

Please sign in to comment.