1998-06-16 03:04:34 +00:00
|
|
|
# New ports collection makefile for: Blackbox
|
|
|
|
# Date created: June 15, 1998
|
|
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1998-06-16 03:04:34 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 19:50:46 +00:00
|
|
|
PORTNAME= blackbox
|
2005-11-14 03:56:23 +00:00
|
|
|
PORTVERSION= 0.70.1
|
2008-03-22 08:55:40 +00:00
|
|
|
PORTREVISION= 2
|
1998-08-07 23:01:41 +00:00
|
|
|
CATEGORIES= x11-wm
|
2009-08-22 00:39:37 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}wm/${PORTNAME}wm/Blackbox%20${PORTVERSION}
|
1998-06-16 03:04:34 +00:00
|
|
|
|
2005-03-18 21:20:26 +00:00
|
|
|
MAINTAINER= A.J.Caines@halplant.com
|
2003-02-21 14:19:11 +00:00
|
|
|
COMMENT= A small and fast window manager for X11R6
|
1998-06-16 03:04:34 +00:00
|
|
|
|
2005-03-18 21:20:26 +00:00
|
|
|
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
|
2002-09-19 14:38:40 +00:00
|
|
|
|
2005-03-18 21:20:26 +00:00
|
|
|
CONFLICTS= boxtools-*
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS COMPLIANCE ChangeLog LICENSE README RELNOTES TODO
|
2002-09-19 14:38:40 +00:00
|
|
|
MAN1= blackbox.1
|
2000-10-09 07:28:28 +00:00
|
|
|
|
2005-03-18 21:20:26 +00:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2008-03-22 08:55:40 +00:00
|
|
|
USE_XORG= x11
|
1998-10-22 09:37:19 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-03-11 19:25:25 +00:00
|
|
|
USE_ICONV= yes
|
2002-01-25 22:47:06 +00:00
|
|
|
|
2005-03-11 19:25:25 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's#-pedantic##' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e 's# bsetroot.1 bsetbg.1##' ${WRKSRC}/doc/Makefile.in
|
1999-03-22 08:38:59 +00:00
|
|
|
|
2005-03-18 21:20:26 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for doc in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
1998-06-16 03:04:34 +00:00
|
|
|
.include <bsd.port.mk>
|