5dfa38e71d
- Pass maintainer to multimedia@ (approved by kwm@ - team of multimedia@) PR: ports/145313 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: itetcu (mentor, implicit)
27 lines
554 B
Makefile
27 lines
554 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.1.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2/${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= 1394-based DC Control Library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack
|
|
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>
|