blob: b3509e8c18c5a850404b4e2b2565ad135d68d155 (
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
|
# New ports collection makefile for: gnonlin
# Date created: 2 June 2005
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnonlin
PORTVERSION= 0.2.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kwm@FreeBSD.org
COMMENT= GStreamer extension library for non-linear editing
LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer
CONFLICTS= pitivi-0.1.1*
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnometarget
USE_LIBTOOL_VER= 15
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gnonlin-config.1
.include <bsd.port.mk>
|