1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/multimedia/libdc1394/Makefile
Baptiste Daroussin 6f57c6ab0d Update to 2.2.2
Convert to USES=libtool
Strip binaries
2014-05-07 22:38:15 +00:00

20 lines
385 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= libdc1394
PORTVERSION= 2.2.2
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>