summaryrefslogtreecommitdiff
path: root/x11/desklaunch/Makefile
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2007-06-08 21:57:33 +0000
committersborrill <sborrill@pkgsrc.org>2007-06-08 21:57:33 +0000
commit4f3913c41eee78b6597c3a92bb9655b1d4598971 (patch)
tree3d65f0d8161df88d8a3f960a2d90e5182aba6c2c /x11/desklaunch/Makefile
parentc8ddb3234a4d305abd8abee1b5051304c48a67a4 (diff)
downloadpkgsrc-4f3913c41eee78b6597c3a92bb9655b1d4598971.tar.gz
Import desklaunch 1.1.5
DeskLaunch is a small utility for creating desktop icons using pixmaps. A simple click will launch the desired application.
Diffstat (limited to 'x11/desklaunch/Makefile')
-rw-r--r--x11/desklaunch/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/desklaunch/Makefile b/x11/desklaunch/Makefile
new file mode 100644
index 00000000000..8116bf096e7
--- /dev/null
+++ b/x11/desklaunch/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/08 21:57:33 sborrill Exp $
+#
+
+VERSION= 1.1.5
+DISTNAME= desklaunch_${VERSION}
+PKGNAME= desklaunch-${VERSION}
+CATEGORIES= x11
+MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.oroborus.org/?node=Download
+COMMENT= X utility for binding commands to pixmap icons
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+USE_TOOLS+= gmake
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/desklaunch ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${PREFIX}/share/doc/desklaunch.README
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"