mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d9bdf97802
Taking a quick look at the code, there isn't really anything architecture-specific about it. While here, wrap one overly long line to fit standard 80-character terminal width.
23 lines
463 B
Makefile
23 lines
463 B
Makefile
PORTNAME= ndmpd
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Network Data Management Protocol daemon
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= iXsystems
|
|
GH_TAGNAME= ffde7d1
|
|
|
|
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>
|