9b60645409
ports@. Refs: https://bugs.launchpad.net/ubuntu/+source/id3lib3.8.3/+bug/444466 http://sourceforge.net/tracker/?func=detail&aid=1863981&group_id=979&atid=100979
30 lines
616 B
Makefile
30 lines
616 B
Makefile
# $OpenBSD: Makefile,v 1.16 2010/10/03 06:55:17 landry Exp $
|
|
|
|
COMMENT= library for manipulating ID3v1 and ID3v2 tags
|
|
|
|
VERSION= 3.8
|
|
DISTNAME= id3lib-${VERSION}.3
|
|
REVISION= 3
|
|
CATEGORIES= audio
|
|
SHARED_LIBS += id3 4.0 # .3.8
|
|
|
|
HOMEPAGE= http://id3lib.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m stdc++ z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/}
|
|
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|