From f86725a7a5670ed1fc97318350dcc228de110647 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Fri, 1 Apr 2011 01:59:24 +0000 Subject: [PATCH] - Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG one - Expand submitter's name to FQPI in the Makefile header - Add LICENSE (GPLv2) - Replace non-standard `${INSTALL} -d' with more common ${MKDIR} - Unmute installation of PORTDOCS - Drop trailing slashes from directory names --- x11-wm/matchbox/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-wm/matchbox/Makefile b/x11-wm/matchbox/Makefile index cf3f4e47a744..9bb0f0aaf61c 100644 --- a/x11-wm/matchbox/Makefile +++ b/x11-wm/matchbox/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: matchbox # Date created: 2002-07-14 -# Whom: trevor +# Whom: Trevor Johnson # # $FreeBSD$ # @@ -14,6 +14,8 @@ MASTER_SITES= http://matchbox-project.org/sources/matchbox-window-manager/${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Window manager suitable for low-resolution screens +LICENSE= GPLv2 + USE_BZIP2= yes USE_GNOME= gnometarget USE_XORG= xfixes xcursor xext @@ -31,7 +33,7 @@ PORTDOCS= AUTHORS ChangeLog NEWS README .if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --enable-standalone .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft +USE_XORG+= xft CONFIGURE_ARGS+= --enable-standalone-xft .endif @@ -45,8 +47,8 @@ do-install: @${MKDIR} ${PREFIX}/etc/matchbox ${INSTALL_DATA} ${WRKSRC}/data/kbdconfig ${PREFIX}/etc/matchbox .if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include