1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11/bbdock/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

32 lines
617 B
Makefile

# Created by: Francis Bacque <idroxid01@yahoo.fr>
# $FreeBSD$
PORTNAME= bbdock
PORTVERSION= 0.2.9
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://bbdock.nethence.com/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Application launcher for Blackbox-like window manager
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
GNU_CONFIGURE= yes
USES= xorg
USE_XORG= x11
PORTDOCS= README
PLIST_FILES= bin/bbdock
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>