aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cowbell/Makefile
blob: 55aa2e368edad70de241bc604e08b637c21fb0ea (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
29
30
# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$

PORTNAME=   cowbell
PORTVERSION=    0.2.7.1
PORTREVISION=   12
CATEGORIES= audio gnome
MASTER_SITES=   http://more-cowbell.org/releases/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Elegant music organizer

LIB_DEPENDS=    tag:${PORTSDIR}/audio/taglib

USES=        pathfix gettext
USE_GNOME=  gnomeprefix intltool gtksharp20
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_ICONV=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e 's|.so.*"|.so"|g' ${WRKSRC}/cowbell.exe.config

.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>