mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
31 lines
653 B
Makefile
31 lines
653 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxmenu-data
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/lxde/lxmenu-data%20%28desktop%20menu%29/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Menu data used by lxpanel
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
|
|
|
|
USES= gettext gmake gnome localbase tar:xz
|
|
USE_GNOME= intltool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
|
NO_ARCH= yes
|
|
|
|
PORTDOCS= AUTHORS README TODO
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|