mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26 lines
519 B
Makefile
26 lines
519 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ndmpd
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= Network Data Management Protocol daemon
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= iXsystems
|
|
GH_PROJECT= ndmpd
|
|
GH_TAGNAME= ffde7d1
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
PLIST_FILES= sbin/ndmpd etc/ndmpd.conf.example
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ndmpd ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/ndmpd.conf ${STAGEDIR}${PREFIX}/etc/ndmpd.conf.example
|
|
|
|
.include <bsd.port.mk>
|