2012-12-10 21:39:40 +01:00
|
|
|
# Created by: Olivier Smedts <olivier@gid0.org>
|
2007-06-04 15:28:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= abraca
|
2013-03-09 01:40:46 +01:00
|
|
|
PORTVERSION= 0.7.1
|
2013-10-04 13:36:29 +02:00
|
|
|
PORTREVISION= 1
|
2007-06-04 15:28:47 +02:00
|
|
|
CATEGORIES= audio
|
2012-05-08 22:10:59 +02:00
|
|
|
MASTER_SITES= http://cloud.github.com/downloads/Abraca/Abraca/
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2012-04-14 20:45:07 +02:00
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
2013-03-09 01:40:46 +01:00
|
|
|
COMMENT= GTK2 client for the XMMS2 music player
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2011-02-25 00:38:28 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala
|
2013-09-29 12:41:24 +02:00
|
|
|
LIB_DEPENDS= libxmmsclient.so:${PORTSDIR}/audio/xmms2 \
|
|
|
|
libgee.so:${PORTSDIR}/devel/libgee06
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2013-10-04 13:36:29 +02:00
|
|
|
USES= pkgconfig scons
|
2012-05-08 22:10:59 +02:00
|
|
|
USE_GNOME= gtk30
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2013-10-04 13:36:29 +02:00
|
|
|
MAKE_ARGS= MANDIR=${MANPREFIX}/man
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2012-05-31 23:12:14 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_DEFAULT= NLS
|
2009-09-15 03:16:27 +02:00
|
|
|
|
2013-10-04 13:36:29 +02:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
2012-05-08 22:10:59 +02:00
|
|
|
|
2013-10-04 13:36:29 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2012-05-08 22:10:59 +02:00
|
|
|
|
|
|
|
post-configure:
|
2012-05-31 23:12:14 +02:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2012-05-08 22:10:59 +02:00
|
|
|
@${REINPLACE_CMD} -e 's/%%NLS%%/1/' ${WRKSRC}/SConstruct
|
2013-10-04 13:36:29 +02:00
|
|
|
.else
|
|
|
|
@${REINPLACE_CMD} -e 's/%%NLS%%/0/' ${WRKSRC}/SConstruct
|
2009-09-15 03:16:27 +02:00
|
|
|
.endif
|
|
|
|
|
2012-05-08 22:10:59 +02:00
|
|
|
.include <bsd.port.mk>
|