openbsd-ports/multimedia/oggconvert/Makefile
ajacoutot cdff106084 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00

40 lines
1012 B
Makefile

# $OpenBSD: Makefile,v 1.7 2009/12/22 15:46:59 ajacoutot Exp $
COMMENT= convert media files to Vorbis, Theora and Dirac
MODPY_EGG_VERSION=0.3.2
DISTNAME= oggconvert-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME}p2
CATEGORIES= multimedia sysutils
HOMEPAGE= http://oggconvert.tristanb.net/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/releases/${MODPY_EGG_VERSION}/ \
http://www.phil.uu.nl/~lievisse/distfiles/
MODULES= lang/python
USE_X11= Yes
NO_REGRESS= Yes
PKG_ARCH= *
BUILD_DEPENDS= ::multimedia/gstreamer-0.10/py-gstreamer
RUN_DEPENDS= ::multimedia/gstreamer-0.10/py-gstreamer \
:desktop-file-utils-*:devel/desktop-file-utils \
::multimedia/gstreamer-0.10/plugins-base \
::multimedia/gstreamer-0.10/plugins-good \
::multimedia/gstreamer-0.10/plugins-ugly \
:gstreamer-ffmpeg->=0.10.5:multimedia/gstreamer-0.10/plugins-ffmpeg
pre-configure:
${SUBST_CMD} ${WRKSRC}/oggconvert
.include <bsd.port.mk>