svn commit: r380468 - head/emulators/loemu

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 5 01:45:48 UTC 2015


Author: amdmi3
Date: Thu Mar  5 01:45:47 2015
New Revision: 380468
URL: https://svnweb.freebsd.org/changeset/ports/380468
QAT: https://qat.redports.org/buildarchive/r380468/

Log:
  - Add LICENSE
  - Add empty directories to plist

Modified:
  head/emulators/loemu/Makefile
  head/emulators/loemu/pkg-plist

Modified: head/emulators/loemu/Makefile
==============================================================================
--- head/emulators/loemu/Makefile	Thu Mar  5 00:36:52 2015	(r380467)
+++ head/emulators/loemu/Makefile	Thu Mar  5 01:45:47 2015	(r380468)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://loemu.pegueroles.co
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple frontend for various game emulators
 
+LICENSE=	GPLv2 # or later
+
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
 		${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
 		${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt

Modified: head/emulators/loemu/pkg-plist
==============================================================================
--- head/emulators/loemu/pkg-plist	Thu Mar  5 00:36:52 2015	(r380467)
+++ head/emulators/loemu/pkg-plist	Thu Mar  5 01:45:47 2015	(r380468)
@@ -35,3 +35,6 @@ bin/loemu-builder
 share/locale/fr/LC_MESSAGES/loemu.mo
 share/locale/ca/LC_MESSAGES/loemu.mo
 share/locale/sv/LC_MESSAGES/loemu.mo
+ at dir %%DATADIR%%/snaps
+ at dir %%DATADIR%%/roms
+ at dir %%DATADIR%%/flyers


More information about the svn-ports-head mailing list