1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/remarkable-devd/Makefile
Tobias C. Berner 4f1949095a net/remarkable-devd: fixup rc file
Reported by:	decke
2021-07-14 13:44:40 +02:00

29 lines
611 B
Makefile

# Created by: Trenton Schulz <trueos@norwegianrockcat.com>
PORTNAME= remarkable-devd
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= #
DISTFILES= #
MAINTAINER= trueos@norwegianrockcat.com
COMMENT= Devd hotplug rules for Remarkable Tablet
LICENSE= BSD2CLAUSE
USE_RC_SUBR= remarkable
NO_BUILD= yes
SUB_FILES= pkg-message \
remarkable.conf
PLIST_FILES= etc/devd/remarkable.conf
do-install:
${INSTALL_DATA} ${WRKDIR}/remarkable.conf ${STAGEDIR}${PREFIX}/etc/devd/remarkable.conf
${INSTALL_SCRIPT} ${WRKDIR}/remarkable ${STAGEDIR}${PREFIX}/etc/rc.d/remarkable
.include <bsd.port.mk>