summaryrefslogtreecommitdiff
path: root/emulators/e-uae/Makefile
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-12-20 15:16:52 +0000
committerahoka <ahoka@pkgsrc.org>2008-12-20 15:16:52 +0000
commit967eafebe7f8ae2a0f211d1fea6e216d77fc05f3 (patch)
tree673c42598613001df57132635033edc3f0e87970 /emulators/e-uae/Makefile
parent8960006ab3f91f894ac2592eb92a6aaccb059406 (diff)
downloadpkgsrc-967eafebe7f8ae2a0f211d1fea6e216d77fc05f3.tar.gz
Add .desktop file so users can start it from a freedesktop compatible menu.
Diffstat (limited to 'emulators/e-uae/Makefile')
-rw-r--r--emulators/e-uae/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index 7611f3be654..242810001dc 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2007/08/16 22:23:46 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/12/20 15:16:52 ahoka Exp $
DISTNAME= e-uae-0.8.28
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.rcdrummond.net/uae/e-uae-0.8.28/
EXTRACT_SUFX= .tar.bz2
@@ -17,13 +17,16 @@ CONFLICTS+= uae-[0-9]*
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+USE_DIRS+= xdg-1.4
.include "options.mk"
-INSTALLATION_DIRS= share/doc/uae
+INSTALLATION_DIRS= share/doc/uae \
+ share/applications
post-install:
cd ${WRKSRC}/docs && ${INSTALL_DATA} *.txt ${DESTDIR}${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${FILESDIR}/e-uae.desktop ${DESTDIR}${PREFIX}/share/applications
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"