2001-12-02 03:28:11 +01:00
|
|
|
# New ports collection makefile for: bbrun
|
|
|
|
# Date created: 3 August 2001
|
|
|
|
# Whom: Adam Weinberger
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bbrun
|
|
|
|
PORTVERSION= 1.1
|
|
|
|
CATEGORIES= x11-wm
|
2001-12-04 23:19:30 +01:00
|
|
|
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/
|
2001-12-02 03:28:11 +01:00
|
|
|
|
|
|
|
MAINTAINER= monkey@crackula.com
|
|
|
|
|
2001-12-27 20:52:41 +01:00
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
2001-12-02 03:28:11 +01:00
|
|
|
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>
|