aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-03-31 17:45:48 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-03-31 17:45:48 +0000
commit216a9c0b11e62bcfe26f6c1a2a5a5a753816e21b (patch)
treea62c2828010fa6bc70f314a41fb3551aeac32f06 /x11-wm/openbox/Makefile
parent3af43a522766d59058b9355cb16ee279e5230d94 (diff)
downloadports-216a9c0b11e62bcfe26f6c1a2a5a5a753816e21b.tar.gz
ports-216a9c0b11e62bcfe26f6c1a2a5a5a753816e21b.zip
- Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG one
- Shorten COMMENT for better readability - Ensure that lines fit in 80-char terminal window, reformat header - Add LICENSE (GPLv2) Reviewed by: maintainer (novel)
Notes
Notes: svn path=/head/; revision=272060
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index e0725d601815..776f834057ab 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -1,7 +1,6 @@
-# New ports collection makefile for: openbox
+# New ports collection makefile for: openbox (based on the blackbox port)
# Date created: 2002-04-28
-# Whom: trevor
-# based on the blackbox port
+# Whom: Trevor Johnson <trevor@FreeBSD.org>
#
# $FreeBSD$
#
@@ -14,13 +13,14 @@ MASTER_SITES= http://openbox.org/dist/openbox/ \
http://dougbarton.us/Downloads/
MAINTAINER= novel@FreeBSD.org
-COMMENT= A standards compliant, fast, light-weight, extensible window manager
+COMMENT= Small, fast, standards compliant, extensible window manager
-LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
+LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= glib20 libxml2 ltverhack
+USE_GNOME= glib20 libxml2 gnomehack ltverhack
+USE_XORG= xft
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
@@ -44,10 +44,6 @@ USE_GNOME+= pango
CONFIGURE_ARGS+= --disable-pango
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
-
post-configure:
@${CHMOD} +x ${WRKSRC}/install-sh