1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/bbdock/Makefile
2013-03-25 19:14:43 +00:00

33 lines
633 B
Makefile

# 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>