mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
18 lines
389 B
Makefile
18 lines
389 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
|
|
USE_GMAKE= YES
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|