1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/audio/jid3lib/Makefile
Edwin Groothuis d5fa8c085a [NEW PORT] audio/jid3lib: Java ID3 Tag Library
This library reads song information, such as song title,
	artist, and album, from an MP3 file. It supports ID3v1,
	ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, ID3v2.3, and ID3v2.4
	tags. MP3 Frame Headers can also be read. There is a
	FilenameTag, a ID3v2.4 tag that is intelligently derived
	from the file name.  It contains tag synchronization
	utilities, multiple save options, and easy tag conversion
	methods.

	WWW: http://javamusictag.sourceforge.net/index.html

PR:		ports/95638
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-14 06:15:59 +00:00

30 lines
679 B
Makefile

# New ports collection makefile for: jid3lib
# Date created: 11 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
PORTNAME= jid3lib
PORTVERSION= 0.5.4
CATEGORIES= audio java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= javamusictag
MAINTAINER= alex@foxybanana.com
COMMENT= Java ID3 Tag Library
USE_JAVA= yes
JAVA_VERSION= 1.4+
USE_ANT= yes
PLIST_FILES= %%JAVAJARDIR%%/jid3lib.jar
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/jid3lib.jar..."
@${MKDIR} ${JAVAJARDIR}
@${INSTALL_DATA} ${WRKSRC}/dist/jid3lib-${PORTVERSION}.jar \
${JAVAJARDIR}/jid3lib.jar
@${ECHO_MSG} " [ DONE ]"
.include <bsd.port.mk>