blob: 9250ab91a597c22ce74e13fbe32cc3ee988309fc (
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
|
# New ports collection makefile for: bbrun
# Date created: 3 August 2001
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= bbrun
PORTVERSION= 1.4
CATEGORIES= x11-wm
MASTER_SITES= http://www.dwave.net/~jking/bbrun/
MAINTAINER= adam@vectors.cx
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
RUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox
USE_X_PREFIX= yes
USE_GTK= yes
USE_GMAKE= yes
USE_XPM= 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>
|