lebel 5b4d790d6f initial import of id3lib-3.8.0pre2:
--
id3lib is an open-source, cross-platform software development library
for reading, writing, and manipulating ID3v1and ID3v2 tags. It is an
on-going project whose primary goals are full compliance with the ID3v2
standard, portability across several platforms, and providing a powerful
and feature-rich API with a highly stable and efficient implementation.

WWW: http://id3lib.sourceforge.net/
2002-02-02 19:49:54 +00:00

36 lines
796 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/02/02 19:49:54 lebel Exp $
COMMENT= "library for manipulating ID3v1 and ID3v2 tags"
VERSION= 3.8
DISTNAME= id3lib-${VERSION}.0pre2
CATEGORIES= audio
NEED_VERSION= 1.492
HOMEPAGE= http://id3lib.sourceforge.net/
MAINTAINER= David Lebel <lebel@openbsd.org>
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-lt* \
patch-*
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= id3lib
USE_GMAKE= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
post-install:
@rm ${PREFIX}/lib/libid3.so.${VERSION}
@mv ${PREFIX}/lib/libid3-${VERSION}.so.${VERSION} \
${PREFIX}/lib/libid3.so.${VERSION}
.include <bsd.port.mk>