summaryrefslogtreecommitdiff
path: root/x11-wm/bbrun/Makefile
blob: f2d0786d59a31b9cc0b37cd123808e9c5e4955dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	bbrun
# Date created:				3 August 2001
# Whom:					Adam Weinberger
#
# $FreeBSD$
#

PORTNAME=	bbrun
PORTVERSION=	1.1
CATEGORIES=	x11-wm
MASTER_SITES=	http://bbtools.windsofstorm.net/sources/contrib/ \
		ftp://ftp.surfnet.nl/pub/os/Linux/distr/gentoo/distfiles/ \
		http://www.linuxtux.org/downloads/linux/bb/bbstuff/ \
		http://www.ibiblio.org/gentoo/distfiles/

MAINTAINER=	monkey@crackula.com

RUN_DEPENDS=	blackbox:${PORTSDIR}/x11-wm/blackbox

USE_X_PREFIX=	yes
USE_GTK=	yes
USE_GMAKE=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}/bbrun

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
.endif

.include <bsd.port.mk>