mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
876594fc4b
- Replace CPPFLAGS and LDFLAGS by USES= localbase - Cosmetic change for documentation - Fix build when NLS option is not set PR: 209717 Submitted by: <ericturgeon@ghostbsd.org> (maintainer)
40 lines
866 B
Makefile
40 lines
866 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= ericturgeon@ghostbsd.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>
|