2007-10-08 04:22:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2007/10/08 08:22:38 steven Exp $
|
2003-10-11 08:41:48 -04:00
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= read and manipulate ID3 tags on MP3 files with Python
|
2003-10-11 08:41:48 -04:00
|
|
|
|
|
|
|
VERSION= 1.2
|
|
|
|
DISTNAME= id3-py_${VERSION}
|
2007-10-08 04:22:38 -04:00
|
|
|
PKGNAME= py-id3-${VERSION}p1
|
2003-10-11 08:41:48 -04:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
|
|
|
HOMEPAGE= http://id3-py.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3-py/}
|
|
|
|
|
2004-01-30 03:39:48 -05:00
|
|
|
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
2003-10-11 08:41:48 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-08-03 10:59:26 -04:00
|
|
|
MODULES= lang/python
|
2003-10-11 08:41:48 -04:00
|
|
|
|
2004-01-18 14:16:18 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2003-10-11 08:41:48 -04:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/py_/py-/}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-id3
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-id3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|