2001-12-02 03:28:11 +01:00
|
|
|
# New ports collection makefile for: bbrun
|
|
|
|
# Date created: 3 August 2001
|
2002-07-23 00:31:07 +02:00
|
|
|
# Whom: Adam Weinberger <adam@vectors.cx>
|
2001-12-02 03:28:11 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bbrun
|
2002-07-22 04:35:58 +02:00
|
|
|
PORTVERSION= 1.4
|
2001-12-02 03:28:11 +01:00
|
|
|
CATEGORIES= x11-wm
|
2002-01-02 23:37:21 +01:00
|
|
|
MASTER_SITES= http://www.dwave.net/~jking/bbrun/
|
2001-12-02 03:28:11 +01:00
|
|
|
|
2002-10-18 09:58:00 +02:00
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Run box for Blackbox
|
2001-12-02 03:28:11 +01:00
|
|
|
|
2001-12-27 20:52:41 +01:00
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
2001-12-02 03:28:11 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-02 03:30:26 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2001-12-02 03:28:11 +01:00
|
|
|
USE_GMAKE= yes
|
2002-01-13 09:41:13 +01:00
|
|
|
USE_XPM= yes
|
2001-12-02 03:28:11 +01:00
|
|
|
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>
|