a271146310
compiled, which in turns prevents lsdvd from working. - Transfer maintainership to submitter PR: ports/68025 Submitted by: Lewis Thompson <purple@lewiz.net> Approved by: old maintainer
36 lines
983 B
Makefile
36 lines
983 B
Makefile
# New ports collection makefile for: mmpython
|
|
# Date created: 09 Aug 2003
|
|
# Whom: larse@isi.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mmpython
|
|
PORTVERSION= 0.4.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
# The mmpython folks keep changing their release naming scheme.
|
|
#DISTNAME= mmpython_${PORTVERSION:C/\./-/}
|
|
|
|
MAINTAINER= purple@lewiz.net
|
|
COMMENT= Retrieves metadata from mp3, ogg, avi, jpg and other formats
|
|
|
|
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
|
RUN_DEPENDS= lsdvd:${PORTSDIR}/multimedia/lsdvd
|
|
|
|
# The mmpython folks keep changing their release naming scheme.
|
|
#WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
# The mmpython folks keep changing their release archiver.
|
|
#USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|gcc -ldvdread|gcc -L${LOCALBASE}/lib -ldvdread|' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|