mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4f1949095a
Reported by: decke
29 lines
611 B
Makefile
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>
|