1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/nqptp/Makefile
2023-10-02 16:17:21 +02:00

26 lines
445 B
Makefile

PORTNAME= nqptp
DISTVERSION= 1.2.4
CATEGORIES= net
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Not Quite PTP
WWW= https://github.com/mikebrady/nqptp
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= mikebrady
GNU_CONFIGURE= yes
PLIST_FILES= bin/nqptp \
etc/rc.d/nqptp
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/nqptp.freebsd \
${STAGEDIR}$/${PREFIX}/etc/rc.d/${PORTNAME}
.include <bsd.port.mk>