blob: 31e0dcae3380b5d98f6ac743c321218d74ffe0e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|