1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/ndmpd/Makefile
Alexey Dokuchaev d9bdf97802 sysutils/ndmpd: remove useless GH_PROJECT and ONLY_FOR_ARCHS
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.
2021-08-31 09:03:51 +00:00

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>