2005-05-30 15:30:12 +02:00
|
|
|
# New ports collection makefile for: cursor-bluecurve-theme
|
|
|
|
# Date created: 29 May 2005
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cursor-bluecurve-theme
|
|
|
|
|
|
|
|
COMMENT= The Bluecurve X cursor themes
|
|
|
|
|
|
|
|
# we only need gdk-pixbuf for building cursorthemegen, so do not USE_GNOME
|
2006-10-14 10:54:54 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20
|
2005-05-30 15:30:12 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../bluecurve-themes
|
|
|
|
|
2007-10-02 19:18:47 +02:00
|
|
|
BROKEN= Incorrect pkg-plist and unfetchable
|
|
|
|
DEPRECATED= "${BROKEN}"
|
|
|
|
EXPIRATION_DATE= 2007-11-02
|
2007-05-25 03:25:46 +02:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
PREFIX= ${X11BASE}
|
|
|
|
|
2007-03-08 17:35:08 +01:00
|
|
|
THEMES= Bluecurve Bluecurve-inverse LBluecurve LBluecurve-inverse
|
2005-05-30 15:30:12 +02:00
|
|
|
|
|
|
|
.for t in ${THEMES}
|
|
|
|
BC_HIERS+= ${WRKSRC}/art/cursor/${t}/${t}:${PREFIX}/lib/X11/icons/${t}/cursors
|
|
|
|
PLIST_DIRS+= lib/X11/icons/${t}/cursors lib/X11/icons/${t}
|
|
|
|
.endfor
|
|
|
|
|
2005-09-07 17:21:45 +02:00
|
|
|
post-patch:
|
|
|
|
.for t in ${THEMES}
|
|
|
|
@${REINPLACE_CMD} -e 's|dnd_|dnd-|' \
|
|
|
|
${WRKSRC}/art/cursor/${t}/${t}.cursortheme
|
|
|
|
.endfor
|
|
|
|
|
2005-05-30 15:30:12 +02:00
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC}/art/cursor/cursorthemegen \
|
|
|
|
&& ${CC} ${CFLAGS} `pkg-config --cflags --libs gdk-pixbuf-2.0` \
|
|
|
|
-o ${WRKSRC}/cursorthemegen main.c themefile.c
|
|
|
|
.for t in ${THEMES}
|
|
|
|
cd ${WRKSRC}/art/cursor/${t} \
|
|
|
|
&& ${WRKSRC}/cursorthemegen ${t}.cursortheme ${t}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/bsd.bluecurve.mk"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= xcursorgen:${X_CLIENTS_PORT} # needed by cursorthemegen
|
|
|
|
RUN_DEPENDS+= xcursorgen:${X_CLIENTS_PORT} # for the lib/X11/icons directory
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|