2013-09-12 08:27:41 +02:00
|
|
|
# Created by: David Thiel <lx@redundancy.redundancy.org>
|
2005-11-23 19:44:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= uird
|
|
|
|
PORTVERSION= 1.1
|
|
|
|
CATEGORIES= comms
|
2008-02-29 03:57:50 +01:00
|
|
|
MASTER_SITES= http://kbinstuff.googlepages.com/ \
|
|
|
|
http://redundancy.redundancy.org/mirror/
|
2005-11-23 19:44:22 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2007-01-24 19:56:58 +01:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
2005-11-23 19:44:22 +01:00
|
|
|
COMMENT= The Universal IR Receiver Daemon
|
|
|
|
|
2014-02-28 14:57:57 +01:00
|
|
|
USES= perl5 gmake
|
2005-11-23 19:44:22 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/uird
|
|
|
|
PORTDOCS= Documentation
|
|
|
|
|
2014-02-21 14:35:45 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2005-11-23 19:44:22 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|gcc|$${CC}\ $${CFLAGS}|; /strip/d' \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
2014-02-28 14:57:57 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/uird ${STAGEDIR}${PREFIX}/bin
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2005-11-23 19:44:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|