- Take maintainership - Shorten header - Add license (GPLv2) - Add docs Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) How-To-Repeat: Port not install NLS, but with GNU/Linux comptibility find intltool. Build log https://redports.org/buildarchive/20130619072000-52410/
Author: wg Date: Fri Jun 21 13:20:24 2013 New Revision: 321470 URL: http://svnweb.freebsd.org/changeset/ports/321470 Log: x11/lxmenu-data: minor fixes - Add LICENSE (GPLv2) [1] - Trim Makefile header [1] - Install docs [1] - Add DOCS to options - Pass maintainership to submitter PR: ports/179706 Submitted by: nemysis <nemysis@gmx.ch> Modified: head/x11/lxmenu-data/Makefile Modified: head/x11/lxmenu-data/Makefile ============================================================================== --- head/x11/lxmenu-data/Makefile Fri Jun 21 13:07:17 2013 (r321469) +++ head/x11/lxmenu-data/Makefile Fri Jun 21 13:20:24 2013 (r321470) @@ -1,24 +1,37 @@ -# New ports collection makefile for: lxmenu-data -# Date created: Fri Sept 24 09:52:35 EST 2010 -# Whom: Kris Moore <kmoore@freebsd.org> -# +# Created by: Kris Moore <kmoore@freebsd.org> # $FreeBSD$ -# PORTNAME= lxmenu-data PORTVERSION= 0.1.2 CATEGORIES= x11 -MASTER_SITES= SF/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20${PORTVERSION} +MASTER_SITES= SF/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Menu data used by lxpanel +LICENSE= GPLv2 + +USES= gettext USE_XORG= x11 xmu USE_GNOME= intltool -USES= gettext -GNU_CONFIGURE= yes 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 + +PORTDOCS= AUTHORS README TODO + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!