mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
5afc678aac
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
38 lines
987 B
Makefile
38 lines
987 B
Makefile
# New ports collection makefile for: cursor-polar-theme
|
|
# Date created: 1st September, 2005
|
|
# Whom: decept
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= polar-theme
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= cursor-
|
|
DISTNAME= 27913-PolarCursorThemes
|
|
|
|
MAINTAINER= decept0@gmail.com
|
|
COMMENT= Polar is a smooth and simple cursor set
|
|
|
|
NO_BUILD= yes
|
|
USE_BZIP2= yes
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/icons/polar/cursors
|
|
cd ${WRKSRC}/PolarCursorTheme/cursors \
|
|
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/polar/cursors
|
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/icons/polarblue/cursors
|
|
cd ${WRKSRC}/PolarCursorTheme-Blue/cursors \
|
|
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/polarblue/cursors
|
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/icons/polargreen/cursors
|
|
cd ${WRKSRC}/PolarCursorTheme-Green/cursors \
|
|
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/polargreen/cursors
|
|
|
|
.include <bsd.port.mk>
|