aboutsummaryrefslogtreecommitdiff
path: root/x11/bbdock
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-06-21 05:45:13 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-06-21 05:45:13 +0000
commit7f51859e62a263e08f3ff9c90e270bfb62048d62 (patch)
tree4ae4fa7eef2309341984ddbdf3cb4703f845d811 /x11/bbdock
parentbd5dd507966aa5c9554ac8843bf5bd02f37539b4 (diff)
downloadports-7f51859e62a263e08f3ff9c90e270bfb62048d62.tar.gz
ports-7f51859e62a263e08f3ff9c90e270bfb62048d62.zip
- 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
Notes
Notes: svn path=/head/; revision=275967
Diffstat (limited to 'x11/bbdock')
-rw-r--r--x11/bbdock/Makefile45
-rw-r--r--x11/bbdock/distinfo4
2 files changed, 19 insertions, 30 deletions
diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile
index ea8f9cb9a541..5bcf6fe37731 100644
--- a/x11/bbdock/Makefile
+++ b/x11/bbdock/Makefile
@@ -1,43 +1,32 @@
-# New ports collection makefile for: bbdock
-# Date created: July 31, 2006
-# Whom: Francis Bacque <idroxid01@yahoo.fr>
+# New ports collection makefile for: BBDock
+# Date created: July 31, 2006
+# Whom: Francis Bacque <idroxid01@yahoo.fr>
#
# $FreeBSD$
#
-PORTNAME= bbdock
-PORTVERSION= 0.2.8
-PORTREVISION= 3
-CATEGORIES= x11
-MASTER_SITES= http://bbdock.nethence.com/download/
+PORTNAME= bbdock
+PORTVERSION= 0.2.9
+CATEGORIES= x11
+MASTER_SITES= http://bbdock.nethence.com/download/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= BBDock displays one or more PNG icons in the BlackBox/FluxBox slit
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= An application launcher for Blackbox-like window manager
-DEPRECATED= yes
-EXPIRATION_DATE= 2011-08-01
+LICENSE= BSD
-LIB_DEPENDS= png:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
-PORTDOCS= README
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi
+GNU_CONFIGURE= yes
+USE_XORG= x11
+PORTDOCS= README
-PLIST_FILES= bin/bbdock
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|png_check_sig|png_sig_cmp|' \
- ${WRKSRC}/configure
+PLIST_FILES= bin/bbdock
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/bbdock/distinfo b/x11/bbdock/distinfo
index e178e872aada..d7f1ca45bc9f 100644
--- a/x11/bbdock/distinfo
+++ b/x11/bbdock/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bbdock-0.2.8.tar.gz) = cffbc12b43a36265df019e09ddefe715426efaa71ec15d9cc5b07a1302726cb7
-SIZE (bbdock-0.2.8.tar.gz) = 95116
+SHA256 (bbdock-0.2.9.tar.gz) = e4ec1e5d732685b5052524ad7cfeea23ea6df8cf9bd89aa155dcd8f4859b7034
+SIZE (bbdock-0.2.9.tar.gz) = 104144