1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/bbdock/Makefile

35 lines
679 B
Makefile
Raw Normal View History

# New ports collection makefile for: BBDock
# Date created: July 31, 2006
# Whom: Francis Bacque <idroxid01@yahoo.fr>
#
# $FreeBSD$
#
PORTNAME= bbdock
PORTVERSION= 0.2.9
2012-06-01 05:26:28 +00:00
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://bbdock.nethence.com/download/
2012-07-05 09:56:11 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= An application launcher for Blackbox-like window manager
LICENSE= BSD
2012-06-01 05:26:28 +00:00
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_XORG= x11
2012-06-01 05:26:28 +00:00
CPPFLAGS+= -I${LOCALBASE}/include/libpng15
PORTDOCS= README
PLIST_FILES= bin/bbdock
2010-03-29 19:38:32 +00:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>