summaryrefslogtreecommitdiff
path: root/net/remarkable-devd/Makefile
blob: a588b1911b0febd94aee8ad15ce3d6206fa9a755 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>