freebsd-ports/multimedia/mmpython/Makefile
Carlo Strub a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00

30 lines
732 B
Makefile

# New ports collection makefile for: mmpython
# Date created: 09 Aug 2003
# Whom: larse@isi.edu
#
# $FreeBSD$
#
PORTNAME= mmpython
PORTVERSION= 0.4.10
PORTREVISION= 4
CATEGORIES= multimedia python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Retrieves metadata from mp3, ogg, avi, jpg, and other formats
LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread
RUN_DEPENDS= lsdvd:${PORTSDIR}/multimedia/lsdvd
USE_PYTHON= yes
USE_PYDISTUTILS=yes
post-patch:
@${REINPLACE_CMD} \
-e 's,/usr/local/,${LOCALBASE}/,g' \
-e 's|gcc -ldvdread|gcc -L${LOCALBASE}/lib -ldvdread|' \
${WRKSRC}/setup.py
.include <bsd.port.mk>