summaryrefslogtreecommitdiff
path: root/x11-themes/cursor-polar-theme/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-12 17:50:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-12 17:50:38 +0000
commit3149861a29ad52e239c017e629fde2a731fc9bb7 (patch)
tree20d17ce5e371c222ab1fe5b65fd8c1f9548c6aa5 /x11-themes/cursor-polar-theme/Makefile
parent- Install man page (diff)
Polar is a smooth and simple cursor set for X11.
PR: ports/88765 Submitted by: Shane <decept0@gmail.com>
Notes
Notes: svn path=/head/; revision=148040
Diffstat (limited to 'x11-themes/cursor-polar-theme/Makefile')
-rw-r--r--x11-themes/cursor-polar-theme/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-themes/cursor-polar-theme/Makefile b/x11-themes/cursor-polar-theme/Makefile
new file mode 100644
index 000000000000..6e6651cc5b7e
--- /dev/null
+++ b/x11-themes/cursor-polar-theme/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: cursor-polar-theme
+# Date created: 1st September, 2005
+# Whom: decept
+#
+# $FreeBSD$
+#
+
+PORTNAME= cursor-polar-theme
+PORTVERSION= 1.2
+CATEGORIES= x11-themes
+MASTER_SITES= http://www.kde-look.org/content/files/
+DISTNAME= 27913-PolarCursorTheme
+
+MAINTAINER= decept0@gmail.com
+COMMENT= Polar is a smooth and simple cursor set
+
+NO_BUILD= yes
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+
+WRKSRC= ${WRKDIR}/PolarCursorTheme
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/X11/icons/PolarCursorTheme/cursors
+ cd ${WRKSRC}/cursors \
+ && ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/PolarCursorTheme/cursors
+
+.include <bsd.port.mk>