freebsd-ports/x11-themes/xmms-bluecurve-theme/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

29 lines
621 B
Makefile

# New ports collection makefile for: xmms-bluecurve-theme
# Date created: 29 May 2005
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmms-bluecurve-theme
PORTREVISION= 1
COMMENT= The Bluecurve XMMS skin
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
unzip:${PORTSDIR}/archivers/unzip
MASTERDIR= ${.CURDIR}/../bluecurve-themes
NO_BUILD= yes
PREFIX= ${X11BASE}
SKIN= Bluecurve-xmms.zip
PLIST_FILES= share/xmms/Skins/${SKIN}
do-install:
${MKDIR} ${PREFIX}/share/xmms/Skins
${INSTALL_DATA} ${WRKSRC}/art/xmms/${SKIN} ${PREFIX}/share/xmms/Skins
.include "${MASTERDIR}/Makefile"