openbsd-ports/audio/py-eyed3/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

32 lines
564 B
Makefile

# $OpenBSD: Makefile,v 1.7 2010/11/15 00:22:48 espie Exp $
COMMENT= module and program for processing ID3 tags
DISTNAME= eyeD3-0.6.14
REVISION = 2
CATEGORIES= audio
HOMEPAGE= http://eyed3.nicfit.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}releases/
MODULES= lang/python
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
pre-configure:
perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},' ${WRKSRC}/bin/eyeD3
.include <bsd.port.mk>