1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Change maintainer email to @FreeBSD.org

- USES gmake instead of USE_GMAKE
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
This commit is contained in:
Rusmir Dusko 2013-11-30 23:21:39 +00:00
parent d78fc75b44
commit bfdc612d13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335353

View File

@ -6,18 +6,17 @@ PORTVERSION= 0.1.2
CATEGORIES= x11
MASTER_SITES= SF/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20${PORTVERSION}/
MAINTAINER= nemysis@gmx.ch
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Menu data used by lxpanel
LICENSE= GPLv2
USES= gettext
USES= gmake gettext
USE_XORG= x11 xmu
USE_GNOME= intltool
USE_AUTOTOOLS= automake:env
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@ -26,13 +25,8 @@ PORTDOCS= AUTHORS README TODO
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>