1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/remarkable-devd/Makefile

29 lines
606 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>