openbsd-ports/audio/id3lib/Makefile
bernd d901191f11 Fix a UTF-16 writing bug. Patch from the id3lib bug tracking system.
Submitted by Dennis Suhonin, thanks.

ok naddy@
2007-05-20 13:02:16 +00:00

29 lines
627 B
Makefile

# $OpenBSD: Makefile,v 1.13 2007/05/20 13:02:16 bernd Exp $
COMMENT= "library for manipulating ID3v1 and ID3v2 tags"
VERSION= 3.8
DISTNAME= id3lib-${VERSION}.3
PKGNAME= ${DISTNAME}p2
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>