freebsd-ports/x11-themes/sapphire-themes/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

41 lines
1 KiB
Makefile

# New ports collection makefile for: sapphire-themes
# Date created: 2000-09-04
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= sapphire-themes
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= x11-themes x11-wm
MASTER_SITES= http://jpj.net/~trevor/${PORTNAME}/
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= Themes for sapphire
RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \
xloadimage:${PORTSDIR}/x11/xloadimage \
sapphire:${PORTSDIR}/x11-wm/sapphire
REINPLACE_ARGS= -i '' -E
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-patch:
${REINPLACE_CMD} 's:~/\.:${LOCALBASE}/share/:g' \
${WRKDIR}/menu/default \
${WRKDIR}/themes/*.theme
${REINPLACE_CMD} 's:-15-:-12-:g' ${WRKDIR}/themes/*.theme
do-install:
${MKDIR} ${LOCALBASE}/share/sapphire/themes/backgrounds/
${INSTALL_DATA} ${WRKDIR}/themes/backgrounds/* \
${LOCALBASE}/share/sapphire/themes/backgrounds/
${INSTALL_DATA} ${WRKDIR}/themes/*.theme \
${LOCALBASE}/share/sapphire/themes/
${INSTALL_DATA} ${WRKDIR}/menu/default ${LOCALBASE}/share/sapphire/menu/
.include <bsd.port.mk>