diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-01 01:59:24 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-01 01:59:24 +0000 |
commit | f86725a7a5670ed1fc97318350dcc228de110647 (patch) | |
tree | 8f948ecd0816ba1c2ae5e6b12ca3814405dab25c /x11-wm | |
parent | 865f983cabd423fc0473eda0b3c41cd74dc81e4a (diff) | |
download | ports-f86725a7a5670ed1fc97318350dcc228de110647.tar.gz ports-f86725a7a5670ed1fc97318350dcc228de110647.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/matchbox/Makefile | 10 |
1 files 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 <trevor@FreeBSD.org> # # $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 <bsd.port.post.mk> |