mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- Use SF macro. PR: ports/121227 Submitted by: myself Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
29 lines
668 B
Makefile
29 lines
668 B
Makefile
# New ports collection makefile for: mmpython
|
|
# Date created: 09 Aug 2003
|
|
# Whom: larse@isi.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mmpython
|
|
PORTVERSION= 0.4.10
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lewiz@compsoc.man.ac.uk
|
|
COMMENT= Retrieves metadata from mp3, ogg, avi, jpg and other formats
|
|
|
|
LIB_DEPENDS= dvdread.5:${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>
|