Add desktop entry for port "emulators/dosbox". Fix: Patch attached with submission follows: How-To-Repeat: n/a
Maintainer of emulators/dosbox, Please note that PR ports/178727 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178727 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Please commit.
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Fri May 24 17:48:46 2013 New Revision: 318998 URL: http://svnweb.freebsd.org/changeset/ports/318998 Log: - Add desktop entry file [1] - Remove leading article from COMMENT - Convert to OptionsNG - Trim Makefile header PR: ports/178727 [1] Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> [1] Approved by: maintainer Modified: head/emulators/dosbox/Makefile (contents, props changed) Modified: head/emulators/dosbox/Makefile ============================================================================== --- head/emulators/dosbox/Makefile Fri May 24 17:41:51 2013 (r318997) +++ head/emulators/dosbox/Makefile Fri May 24 17:48:46 2013 (r318998) @@ -1,18 +1,14 @@ -# New ports collection makefile for: dosbox -# Date created: 28 July 2002 -# Whom: Tom Carrick <knyghtmare@knyghtmare.com> -# +# Created by: Tom Carrick <knyghtmare@knyghtmare.com> # $FreeBSD$ -# PORTNAME= dosbox PORTVERSION= 0.74 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= knyght@gmail.com -COMMENT= An emulator of a PC with DOS +COMMENT= Emulator of a PC with DOS LIB_DEPENDS= png15:${PORTSDIR}/graphics/png @@ -27,6 +23,12 @@ PKGMESSAGE= ${WRKDIR}/pkg-message CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-core-inline +DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \ + "" "dosbox" \ + "System;Emulator;" "true" + +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \ ${WRKSRC}/docs/dosbox.1 @@ -34,7 +36,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${PREFIX}/bin/dosbox ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${MAN1PREFIX}/man/man1/ -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} _______________________________________________ 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. Thanks!