mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
5f94cb7eef
- Move themes to share/themes
36 lines
740 B
Makefile
36 lines
740 B
Makefile
# New ports collection makefile for: openbox
|
|
# Date created: 2002-04-28
|
|
# Whom: trevor
|
|
# based on the blackbox port
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openbox
|
|
PORTVERSION= 3.3
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://offload1.icculus.org/openbox/releases/
|
|
|
|
MAINTAINER= redchrom@gmail.com
|
|
COMMENT= A standards compliant, fast, light-weight, extensible window manager
|
|
|
|
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= glib20 libxml2
|
|
USE_X_PREFIX= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.if !defined(WITHOUT_PANGO)
|
|
USE_GNOME+= pango
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-pango
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|