Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 21:19:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322054 - head/emulators/tilem
Message-ID:  <201306292119.r5TLJIvM015605@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun 29 21:19:18 2013
New Revision: 322054
URL: http://svnweb.freebsd.org/changeset/ports/322054

Log:
  Tilem:
  - installs icons
  - installs .desktop file with MimeType
  - register mime types

Modified:
  head/emulators/tilem/Makefile

Modified: head/emulators/tilem/Makefile
==============================================================================
--- head/emulators/tilem/Makefile	Sat Jun 29 21:08:44 2013	(r322053)
+++ head/emulators/tilem/Makefile	Sat Jun 29 21:19:18 2013	(r322054)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tilem
 PORTVERSION=	2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	ticalcs2:${PORTSDIR}/comms/libticalcs2
 
+INSTALLS_ICONS=	yes
+USES=		desktop-file-utils shared-mime-info
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes	# parallel builds (-jX) are broken with BSD make(1)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306292119.r5TLJIvM015605>