aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdc1394/Makefile
blob: 98c318c601d0f092324108581f2bab8f57da15d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   libdc1394
PORTVERSION=    2.2.4
CATEGORIES= multimedia
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-2/${PORTVERSION}/

MAINTAINER= multimedia@FreeBSD.org
COMMENT=    1394-based DC Control Library

LICENSE=    LGPL21

GNU_CONFIGURE=  yes
USES=   libtool pathfix
USE_LDCONFIG=   yes
INSTALL_TARGET= install-strip

.include <bsd.port.mk>