aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cupid/Makefile
blob: 1f06c92078487fb9753fe18aa338eeb5a18d72fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	Cupid gstreamer recorder
# Date created:		Thu Jan  6 06:00:19 UTC 2005
# Whom:                 Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	cupid
PORTVERSION=	0.0.1
PORTREVISION=	1
CATEGORIES=	multimedia audio gnome
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-recorder/
DIST_SUBDIR=    gnome2

MAINTAINER=	lioux@FreeBSD.org
COMMENT=	GNOME Gstreamer based video/audio capture solution

USE_GSTREAMER=	core
USE_GNOME=	\
		gnomehack \
		gnomehier \
		gnomeprefix \
		gconf2 \
		gnomevfs2 \
		gtk20 \
		intlhack \
		intltool \
		libbonobo \
		libgnome \
		libgnomeui \
		pkgconfig
USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

GCONF_SCHEMAS=	${PORTNAME}.schemas
INSTALLS_OMF=	yes

.include <bsd.port.mk>