aboutsummaryrefslogtreecommitdiffstats
path: root/x11/bbrun/Makefile
blob: 24dd6f27e351687346619500f4b493080a38dc33 (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
# Created by: Adam Weinberger <adam@vectors.cx>
# $FreeBSD$

PORTNAME=   bbrun
PORTVERSION=    1.6
PORTREVISION=   13
CATEGORIES= x11
MASTER_SITES=   http://www.bsd-geek.de/FreeBSD/distfiles/

MAINTAINER= lme@FreeBSD.org
COMMENT=    Run box for Blackbox

OPTIONS_DEFINE= DOCS

WRKSRC=     ${WRKDIR}/${DISTNAME}/bbrun

USE_XORG=   x11 xext xpm
USE_GNOME=  gtk20
USES=       gmake pkgconfig
USE_CSTD=   gnu89

PORTDOCS=   README
PLIST_FILES=    bin/bbrun

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${STAGEDIR}${PREFIX}/bin
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>