d16f7bfb92
PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1]
43 lines
1.1 KiB
Makefile
43 lines
1.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= 1
|
|
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
|
|
USE_REINPLACE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-patch:
|
|
${REINPLACE_CMD} 's:~/\.:${X11BASE}/share/:g' \
|
|
${WRKDIR}/menu/default \
|
|
${WRKDIR}/themes/*.theme
|
|
${REINPLACE_CMD} 's:-15-:-12-:g' ${WRKDIR}/themes/*.theme
|
|
|
|
do-install:
|
|
${MKDIR} ${X11BASE}/share/sapphire/themes/backgrounds/
|
|
${INSTALL_DATA} ${WRKDIR}/themes/backgrounds/* \
|
|
${X11BASE}/share/sapphire/themes/backgrounds/
|
|
${INSTALL_DATA} ${WRKDIR}/themes/*.theme \
|
|
${X11BASE}/share/sapphire/themes/
|
|
${INSTALL_DATA} ${WRKDIR}/menu/default ${X11BASE}/share/sapphire/menu/
|
|
|
|
.include <bsd.port.mk>
|