1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/bbdock/Makefile
Martin Wilke 371d1684c5 BBDock displays one or more PNG icons in the BlackBox/FluxBox slit from
which you can launch the corresponding applications. It is pretty similar
in function and appearance to bbbutton wich you might want to try if you
are reading this on a display with a color-depth below 16 bits.

WWW: http://http://bbdock.nethence.com/download/

PR:		/ports/104708
Submitted by:	idroxid<idroxid01@yahoo.fr>
2006-11-08 20:04:26 +00:00

38 lines
785 B
Makefile

# New ports collection makefile for: bbdock
# Date created: July 31, 2006
# Whom: Francis Bacque <idroxid01@yahoo.fr>
#
# $FreeBSD$
#
PORTNAME= bbdock
PORTVERSION= 0.2.8
CATEGORIES= x11
MASTER_SITES= http://bbdock.nethence.com/download/
MAINTAINER= idroxid01@yahoo.fr
COMMENT= BBDock displays one or more PNG icons in the BlackBox/FluxBox slit
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
PORTDOCS= README
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GCC= 3.3+
PLIST_FILES= bin/bbdock
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>