freebsd-ports/audio/libid3tag/Makefile
Joe Marcus Clarke 8483cf6b8a Create and install a pkg-config file for id3tag. There are some ports
that require this.

Submitted by:	maintainer
Adapted from:	RedHat spec
2003-12-29 19:54:29 +00:00

22 lines
456 B
Makefile

# New ports collection makefile for: libid3tag
# Date created: 26 November 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
PORTNAME= libid3tag
PORTVERSION= 0.15.0b
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
MAINTAINER= asa@gascom.ru
COMMENT= ID3 tags library (part of MAD project)
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>