mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
713 B
Makefile
27 lines
713 B
Makefile
# New ports collection makefile for: Video-OpenQuicktime
|
|
# Date created: Sun Feb 22 23:06:26 EST 2004
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Video-OpenQuicktime
|
|
PORTVERSION= 1.02
|
|
PORTREVISION= 3
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An interface to the OpenQuicktime library
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Inline-API.pod:${PORTSDIR}/devel/p5-Inline
|
|
LIB_DEPENDS= openquicktime.0:${PORTSDIR}/multimedia/openquicktime
|
|
RUN_DEPENDS= ${SITE_PERL}/Inline-API.pod:${PORTSDIR}/devel/p5-Inline
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Video::OpenQuicktime.3
|
|
|
|
.include <bsd.port.mk>
|