68385a66dc
Screamed out by: bento PR: 33827 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
34 lines
665 B
Makefile
34 lines
665 B
Makefile
# New ports collection makefile for: bbrun
|
|
# Date created: 3 August 2001
|
|
# Whom: Adam Weinberger
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bbrun
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.dwave.net/~jking/bbrun/
|
|
|
|
MAINTAINER= monkey@crackula.com
|
|
|
|
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>
|