2013-03-13 11:54:25 +00:00
|
|
|
# Created by: Andreas Kohn <andreas@syndrom23.de>
|
2005-11-13 02:43:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cowbell
|
2007-02-04 22:57:55 +00:00
|
|
|
PORTVERSION= 0.2.7.1
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 12
|
2005-11-13 02:43:07 +00:00
|
|
|
CATEGORIES= audio gnome
|
|
|
|
MASTER_SITES= http://more-cowbell.org/releases/
|
|
|
|
|
2007-10-09 12:46:47 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-13 11:54:25 +00:00
|
|
|
COMMENT= Elegant music organizer
|
2005-11-13 02:43:07 +00:00
|
|
|
|
2014-04-28 16:47:13 +00:00
|
|
|
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
|
|
|
|
|
|
|
|
BROKEN= No more public distfiles
|
2005-11-13 02:43:07 +00:00
|
|
|
|
2014-05-26 11:42:12 +00:00
|
|
|
USES= gmake mono pathfix gettext iconv pkgconfig
|
2013-03-28 03:28:30 +00:00
|
|
|
USE_GNOME= gnomeprefix intltool gtksharp20
|
2007-02-04 22:57:55 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2005-11-13 02:43:07 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-11-13 02:43:07 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|.so.*"|.so"|g' ${WRKSRC}/cowbell.exe.config
|
|
|
|
|
2014-05-26 11:42:12 +00:00
|
|
|
.include <bsd.port.mk>
|