summaryrefslogtreecommitdiff
path: root/x11/bbdock/Makefile
blob: afdfdf7424d8353ae7acee781f1af0f4c9c82d06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Francis Bacque <idroxid01@yahoo.fr>
# $FreeBSD$

PORTNAME=	bbdock
PORTVERSION=	0.2.9
PORTREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	http://bbdock.nethence.com/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An application launcher for Blackbox-like window manager

LICENSE=	BSD

LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png

GNU_CONFIGURE=	yes
USE_XORG=	x11
CPPFLAGS+=	-I${LOCALBASE}/include/libpng15
PORTDOCS=	README

PLIST_FILES=	bin/bbdock

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>