freebsd-ports/sysutils/ipad_charge/Makefile

23 lines
459 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= ipad_charge
2013-08-08 10:27:44 +02:00
PORTVERSION= 2.0.1
CATEGORIES= sysutils
2013-08-08 10:27:44 +02:00
DISTFILES= # empty
MAINTAINER= kevlo@FreeBSD.org
2013-08-08 10:27:44 +02:00
COMMENT= Generic iPad USB charging utility
LICENSE= BSD2CLAUSE
PLIST_FILES= etc/devd/ipad_charge.conf
2013-08-08 10:27:44 +02:00
USE_RC_SUBR= ipad_charge
SUB_FILES= ipad_charge.conf pkg-message
2013-08-08 10:27:44 +02:00
NO_BUILD= yes
do-install:
2014-02-25 14:44:46 +01:00
${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
${INSTALL_DATA} ${WRKDIR}/ipad_charge.conf ${STAGEDIR}${PREFIX}/etc/devd
.include <bsd.port.mk>