mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
dda7f5c6bd
Approved by: portmgr blanket
22 lines
425 B
Makefile
22 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>
|