2005-01-08 22:10:10 +01:00
|
|
|
# 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
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 2
|
2005-01-08 22:10:10 +01:00
|
|
|
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
|
|
|
|
|
2005-04-10 23:24:41 +02:00
|
|
|
BROKEN= Does not compile
|
2005-07-23 04:53:43 +02:00
|
|
|
DEPRECATED= ${BROKEN}
|
|
|
|
EXPIRATION_DATE=2005-09-22
|
2005-04-10 23:24:41 +02:00
|
|
|
|
2005-02-28 23:16:10 +01:00
|
|
|
USE_GSTREAMER= core
|
2005-01-08 22:10:10 +01:00
|
|
|
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>
|