aboutsummaryrefslogtreecommitdiffstats
path: root/comms/libirman/Makefile
blob: 9e86b45df821f0f4fc0befb49df8c60453c83fc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Douglas K. Rand <rand@meridian-enviro.com>
# $FreeBSD$

PORTNAME=   libirman
PORTVERSION=    0.4.6
CATEGORIES= comms
MASTER_SITES=   SF/lirc/${PORTNAME}/${PORTVERSION}

MAINTAINER= rand@iteris.com
COMMENT=    Library for Evation's Irman infrared receiver

BROKEN=     No public distfiles

LICENSE=    LGPL20

USES=       gmake libtool pathfix tar:bzip2
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

INSTALL_TARGET= install-strip

PORTDOCS=   README TECHNICAL

.include <bsd.port.mk>