2013-06-20 21:12:54 +00:00
|
|
|
# Created by: Eric Turgeon <ericturgeon.bsd at gmail.com>
|
2012-09-21 22:23:22 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxmusic
|
2016-05-26 19:32:15 +00:00
|
|
|
PORTVERSION= 0.4.7
|
2012-09-21 22:23:22 +00:00
|
|
|
CATEGORIES= audio
|
2016-05-26 19:32:15 +00:00
|
|
|
MASTER_SITES= SF/lxde/LXMusic%20%28music%20player%29/LXMusic%20${PORTVERSION:R}.x/
|
2012-09-21 22:23:22 +00:00
|
|
|
|
2018-04-03 12:45:01 +00:00
|
|
|
MAINTAINER= ericbsd@FreeBSD.org
|
2012-09-21 22:23:22 +00:00
|
|
|
COMMENT= LXDE music player based on xmms2
|
|
|
|
|
2013-06-20 21:12:54 +00:00
|
|
|
LICENSE= MIT GPLv2
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 13:29:15 +00:00
|
|
|
LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \
|
|
|
|
libnotify.so:devel/libnotify
|
2012-09-21 22:23:22 +00:00
|
|
|
|
2016-05-26 19:32:15 +00:00
|
|
|
USES= gettext-tools gmake desktop-file-utils localbase \
|
|
|
|
pkgconfig tar:xz
|
2015-08-02 20:23:55 +00:00
|
|
|
USE_GNOME= gtk20 intltool
|
2012-09-21 22:23:22 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2014-04-28 17:28:06 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-06-20 21:12:54 +00:00
|
|
|
|
2016-05-26 19:32:15 +00:00
|
|
|
LDFLAGS+= -lpthread
|
2012-09-21 22:23:22 +00:00
|
|
|
|
2013-06-20 21:12:54 +00:00
|
|
|
PORTDOCS= AUTHORS README
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
2014-04-28 17:28:06 +00:00
|
|
|
OPTIONS_SUB= yes
|
2013-06-20 21:12:54 +00:00
|
|
|
|
2016-05-26 19:32:15 +00:00
|
|
|
NLS_USES= gettext-runtime
|
2014-04-28 17:28:06 +00:00
|
|
|
NLS_CONFIGURE_ENABLE=nls
|
2013-06-20 21:12:54 +00:00
|
|
|
|
2016-05-26 19:32:15 +00:00
|
|
|
post-install-DOCS-on:
|
2014-04-28 17:28:06 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2012-09-21 22:23:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|