mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
7f51859e62
- Sanitize dependencies, take maintainership - Drop USE_GMAKE as it builds fine without it - Add LICENSE and severely clean up Makefile
33 lines
620 B
Makefile
33 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>
|