mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b172c9db4c
Verified by: no difference between uncompressed tar files
23 lines
421 B
Makefile
23 lines
421 B
Makefile
# Created by: Douglas K. Rand <rand@meridian-enviro.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libirman
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= comms
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= rand@iteris.com
|
|
COMMENT= Library for Evation's Irman infrared receiver
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USES= gmake libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PORTDOCS= README TECHNICAL
|
|
|
|
.include <bsd.port.mk>
|