diff options
Diffstat (limited to 'x11-wm/bbrun/Makefile')
-rw-r--r-- | x11-wm/bbrun/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-wm/bbrun/Makefile b/x11-wm/bbrun/Makefile deleted file mode 100644 index c1dc1c17439c..000000000000 --- a/x11-wm/bbrun/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# 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= adamw@FreeBSD.org -COMMENT= A Run box for Blackbox - -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - -USE_X_PREFIX= yes -USE_GNOME= gtk12 -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> |