diff options
author | taoka <taoka@FreeBSD.org> | 2000-02-21 16:57:04 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-02-21 16:57:04 +0000 |
commit | 9c76891a6d58e156bb72488521c00a7099626cf0 (patch) | |
tree | a6b66b9b93cb40fdbd810d2534cf90c19c6a0305 /x11-wm/sapphire/Makefile | |
parent | 36907203a0a38d8f6359b1b4614191471df83933 (diff) | |
download | FreeBSD-ports-9c76891a6d58e156bb72488521c00a7099626cf0.zip FreeBSD-ports-9c76891a6d58e156bb72488521c00a7099626cf0.tar.gz |
Update to version 0.14.0.2
PR: 16878
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
Diffstat (limited to 'x11-wm/sapphire/Makefile')
-rw-r--r-- | x11-wm/sapphire/Makefile | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/x11-wm/sapphire/Makefile b/x11-wm/sapphire/Makefile index 16c2c21..501e13e 100644 --- a/x11-wm/sapphire/Makefile +++ b/x11-wm/sapphire/Makefile @@ -1,12 +1,13 @@ # New ports collection makefile for: sapphire -# Version required: 0.13.6 +# Version required: 0.14.0.2 # Date created: 26 Jan 2000 # Whom: trevor@jpj.net # # $FreeBSD$ # -DISTNAME= sapphire-0.13.6 +DISTNAME= sapphire-0.14.0-2 +PKGNAME= sapphire-0.14.0.2 CATEGORIES= x11-wm MASTER_SITES= http://download.sourceforge.net/sapphire/ @@ -16,4 +17,21 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +post-extract: + @${CP} ${WRKSRC}/data.inst ${WRKSRC}/sapphire.inst + +post-patch: + @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/sapphire.inst + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/sapphire.inst ${PREFIX}/bin + @${MKDIR} ${PREFIX}/share/sapphire + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/sapphire + @${MKDIR} ${PREFIX}/share/sapphire/menu + ${INSTALL_DATA} ${WRKSRC}/data/menu/* ${PREFIX}/share/sapphire/menu + @${MKDIR} ${PREFIX}/share/sapphire/themes + ${INSTALL_DATA} ${WRKSRC}/data/themes/* ${PREFIX}/share/sapphire/themes + @${MKDIR} ${PREFIX}/share/sapphire/wmconfig + ${INSTALL_DATA} ${WRKSRC}/data/wmconfig/* ${PREFIX}/share/sapphire/wmconfig + .include <bsd.port.mk> |