mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b5669c253e
Approved by: wg, bapt (mentors)
40 lines
861 B
Makefile
40 lines
861 B
Makefile
# Created by: Eric Turgeon <ericturgeon.bsd at gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxmusic
|
|
PORTVERSION= 0.4.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/lxde/LXMusic%20%28music%20player%29/LXMusic%20${PORTVERSION:R}.x/
|
|
|
|
MAINTAINER= ericbsd@FreeBSD.org
|
|
COMMENT= LXDE music player based on xmms2
|
|
|
|
LICENSE= MIT GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \
|
|
libnotify.so:devel/libnotify
|
|
|
|
USES= gettext-tools gmake desktop-file-utils localbase \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= gtk20 intltool
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
LDFLAGS+= -lpthread
|
|
|
|
PORTDOCS= AUTHORS README
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE=nls
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|