From 8ce87fb975482f865b14e03122f7640c34d90334 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 5 Mar 2015 01:45:47 +0000 Subject: - Add LICENSE - Add empty directories to plist --- emulators/loemu/Makefile | 2 ++ emulators/loemu/pkg-plist | 3 +++ 2 files changed, 5 insertions(+) (limited to 'emulators') diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index af2d7400be4e..452ebbe9f50e 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://loemu.pegueroles.com/dists/ MAINTAINER= ports@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 diff --git a/emulators/loemu/pkg-plist b/emulators/loemu/pkg-plist index cda16d16475e..b6ccf811d9d7 100644 --- a/emulators/loemu/pkg-plist +++ b/emulators/loemu/pkg-plist @@ -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 +@dir %%DATADIR%%/snaps +@dir %%DATADIR%%/roms +@dir %%DATADIR%%/flyers -- cgit