blob: a23e3ac0f29c38d2f8d3b1c17cc76ee34e4c0ba8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: libirman
# Date created: 2003-03-29
# Whom: Douglas K. Rand <rand@meridian-enviro.com>
#
# $FreeBSD$
#
PORTNAME= libirman
PORTVERSION= 0.4.2
CATEGORIES= comms
MASTER_SITES= http://mars.wiwi.uni-halle.de/lirc/software/snapshots/
MAINTAINER= rand@meridian-enviro.com
COMMENT= Library for Evation's Irman infrared reciever
HAS_CONFIGURE= YES
USE_GMAKE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>
|