freebsd-ports/multimedia/libdc1394/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

29 lines
565 B
Makefile

# New ports collection makefile for: libdc1394
# Date created: 2009-04-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= libdc1394
PORTVERSION= 2.2.0
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= pathfix
USE_LDCONFIG= yes
MAN1= dc1394_multiview.1 \
dc1394_reset_bus.1 \
dc1394_vloopback.1 \
grab_color_image.1 \
grab_gray_image.1 \
grab_partial_image.1
.include <bsd.port.mk>