16 lines
384 B
Makefile
16 lines
384 B
Makefile
# Created by: Douglas K. Rand <rand@meridian-enviro.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libirman
|
|
PORTVERSION= 0.4.4
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://lirc.sourceforge.net/software/snapshots/
|
|
|
|
MAINTAINER= rand@meridian-enviro.com
|
|
COMMENT= Library for Evation's Irman infrared receiver
|
|
|
|
HAS_CONFIGURE= YES
|
|
USES= gmake
|
|
CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|