dda7f5c6bd
Approved by: portmgr blanket
21 lines
425 B
Makefile
21 lines
425 B
Makefile
# Created by: Douglas K. Rand <rand@meridian-enviro.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libirman
|
|
PORTVERSION= 0.4.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms
|
|
MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= rand@meridian-enviro.com
|
|
COMMENT= Library for Evation's Irman infrared receiver
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USES= gmake libtool tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|