1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/bbrun/Makefile
Lars Engels 3e5930dbb9 - Fix build with clang
- While here, fix a segfault [1]
- Bump PORTREVISION

Fixed by:	ed [1]
2012-06-01 18:52:46 +00:00

35 lines
653 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= 12
CATEGORIES= x11
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lme@FreeBSD.org
COMMENT= A Run box for Blackbox
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
USE_XORG= xpm
USE_GNOME= gtk20
USE_GMAKE= yes
USE_CSTD= gnu89
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>