summaryrefslogtreecommitdiff
path: root/multimedia/kino-dvtitler/Makefile
blob: 586e00dd92ea104c78faa65eee96c40b8d1f0f0c (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
# New ports collection makefile for:	kino-dvtitler
# Date created:				1 May 2004
# Whom:					Guido Falsi <mad@madpilot.net>
#
# $FreeBSD$
#

PORTNAME=	kino-dvtitler
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	multimedia
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME:S/kino-//}
DISTNAME=	${PORTNAME:S/kino-//}-${PORTVERSION}

MAINTAINER=	mad@madpilot.net
COMMENT=	Titler plugin for the kino DV editor

BUILD_DEPENDS=	kino:${PORTSDIR}/multimedia/kino
RUN_DEPENDS=	kino:${PORTSDIR}/multimedia/kino

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_REINPLACE=	yes
USE_X_PREFIX=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/src/textblock.cc

.include <bsd.port.mk>