1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/libgig/Makefile
Edward Tomasz Napierala 3321a10bcb libgig is a C++ library written for accessing Gigasampler files and
DLS Level 1 and 2 files, that is for reading and writing of those
files.  libgig is used by linuxsampler to load Gigasampler files and
it can be used by qsampler to retrieve additional informations about
Gigasampler files.

WWW:    http://www.linuxsampler.org/
2008-11-15 12:40:03 +00:00

29 lines
607 B
Makefile

# New ports collection makefile for: libgig
# Date created: 2007-01-24
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= libgig
PORTVERSION= 3.2.1
CATEGORIES= audio
MASTER_SITES= http://download.linuxsampler.org/packages/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Gigasampler file loader library
LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \
sndfile.1:${PORTSDIR}/audio/libsndfile
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --mandir=${PREFIX}/man
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
MAN1= dlsdump.1 gigdump.1 gigextract.1 rifftree.1
.include <bsd.port.mk>