diff options
author | danfe <danfe@FreeBSD.org> | 2011-04-01 01:45:48 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-04-01 01:45:48 +0800 |
commit | 4d862cd7cb49d646023f81ec109ba708ec05db3e (patch) | |
tree | c0762d0b21fb8d59c2fa57d59942f00301f2fa73 /x11-wm/openbox | |
parent | 68f23b198a99a095b716017da96e1787f9757983 (diff) | |
download | freebsd-ports-gnome-4d862cd7cb49d646023f81ec109ba708ec05db3e.tar.gz freebsd-ports-gnome-4d862cd7cb49d646023f81ec109ba708ec05db3e.tar.zst freebsd-ports-gnome-4d862cd7cb49d646023f81ec109ba708ec05db3e.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)
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 16 |
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 |