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