blob: 9898f78b26454dbace9cb24399c96a51f1505a31 (
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
|
# New ports collection makefile for: kino
# Date created: 10 April 2004
# Whom: pb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= kino
PORTVERSION= 0.7.4
CATEGORIES= multimedia
MASTER_SITES= http://kino.schirmacher.de/filemanager/download/41/ \
http://perso.enst.fr/~beyssac/mirrors/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pb@FreeBSD.org
COMMENT= A DV non-linear video editor
LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \
Magick.6:${PORTSDIR}/graphics/ImageMagick \
samplerate.1:${PORTSDIR}/audio/libsamplerate
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui libxml2
USE_ICONV= yes
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS=-"I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
MAN1= kino.1
.include <bsd.port.mk>
|