mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
29c23b5fd1
Submitted by: Mark Daniel Reidel <mark@reidel.info>
31 lines
758 B
Makefile
31 lines
758 B
Makefile
# New ports collection makefile for: icon-bluecurve-theme
|
|
# Date created: 29 May 2005
|
|
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icon-bluecurve-theme
|
|
|
|
COMMENT= The Bluecurve icon set
|
|
|
|
BUILD_DEPENDS= icon-slicer:${PORTSDIR}/graphics/icon-slicer \
|
|
pamrgbatopng:${PORTSDIR}/graphics/netpbm-devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../bluecurve-themes
|
|
|
|
WANT_GNOME= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/art/icon/Bluecurve/sheets
|
|
BC_HIERS= ${BUILD_WRKSRC}/Bluecurve:${PREFIX}/share/icons/Bluecurve
|
|
|
|
do-build:
|
|
@BUILD_WRKSRC="${BUILD_WRKSRC}" ${SH} ${SCRIPTDIR}/do-build
|
|
|
|
pre-install:
|
|
@${ECHO_CMD} "@dirrm share/icons/Bluecurve" >> ${PLIST}
|
|
@${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|