blob: 09602ca96487b294c0b54becb79f8c951bedc093 (
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
|
# $FreeBSD$
PORTNAME= ipad_charge
PORTVERSION= 2.0.1
CATEGORIES= sysutils
DISTFILES= # empty
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Generic iPad USB charging utility
LICENSE= BSD
PLIST_FILES= etc/devd/ipad_charge.conf
USE_RC_SUBR= ipad_charge
SUB_FILES= ipad_charge.conf pkg-message
NO_BUILD= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/etc/devd
@${INSTALL_DATA} ${WRKDIR}/ipad_charge.conf ${PREFIX}/etc/devd
post-install:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>
|