diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-05 09:45:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-05 09:45:47 +0800 |
commit | 8ce87fb975482f865b14e03122f7640c34d90334 (patch) | |
tree | b61d07da79e71fd056e9d58781a4faea29bee78c /emulators | |
parent | 949ffcdbc8eb96950dec189d5b4c5ee6eba96934 (diff) | |
download | freebsd-ports-gnome-8ce87fb975482f865b14e03122f7640c34d90334.tar.gz freebsd-ports-gnome-8ce87fb975482f865b14e03122f7640c34d90334.tar.zst freebsd-ports-gnome-8ce87fb975482f865b14e03122f7640c34d90334.zip |
- Add LICENSE
- Add empty directories to plist
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/loemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/loemu/pkg-plist | 3 |
2 files changed, 5 insertions, 0 deletions
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 |