mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
36 lines
705 B
Makefile
36 lines
705 B
Makefile
# New ports collection makefile for: bbrun
|
|
# Date created: 3 August 2001
|
|
# Whom: Adam Weinberger <adam@vectors.cx>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bbrun
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.darkops.net/bbrun/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Run box for Blackbox
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk20
|
|
USE_GETOPT_LONG= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/bbrun
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|