summaryrefslogtreecommitdiff
path: root/graphics/qtutils/Makefile
blob: 2379e991d05e0d18ea502781827dee23618fab19 (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
# ex:ts=8
# Ports collection makefile for:	qtutils
# Date created:			Sep 5, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	qtutils
PORTVERSION=	0.0.6
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	http://www.flyn.org/projects/qtutils/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	QuickTime Utilities

LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis \
		quicktime.0:${PORTSDIR}/multimedia/libquicktime

USE_GNOME=	glib12
USE_GETOPT_LONG=	yes
USE_REINPLACE=	yes
USE_LIBTOOL=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

MAN1=	qtconv.1 qtsg.1 qtsplit.1

CPPFLAGS=	-I${LOCALBASE}/include `${GLIB_CONFIG} --cflags gthread`
LDFLAGS=	-L${LOCALBASE}/lib `${GLIB_CONFIG} --libs gthread`

post-patch:
	@${REINPLACE_CMD} -e 's|-g -Wall|@CFLAGS@|g ; \
		 s|-lglib||g ; \
		 s|-lpthread||g ; \
		 s|-ldl||g' ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>