freebsd-ports/x11/bbdock/Makefile
Alexey Dokuchaev 7f51859e62 - Update to version 0.2.9 and undeprecate
- Sanitize dependencies, take maintainership
- Drop USE_GMAKE as it builds fine without it
- Add LICENSE and severely clean up Makefile
2011-06-21 05:45:13 +00:00

32 lines
620 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.9
CATEGORIES= x11
MASTER_SITES= http://bbdock.nethence.com/download/
MAINTAINER= danfe@FreeBSD.org
COMMENT= An application launcher for Blackbox-like window manager
LICENSE= BSD
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_XORG= x11
PORTDOCS= README
PLIST_FILES= bin/bbdock
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>