svn commit: r322054 - head/emulators/tilem

Antoine Brodin antoine at FreeBSD.org
Sat Jun 29 21:19:19 UTC 2013


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)


More information about the svn-ports-all mailing list