From 07aec18e2fb3806fe8564daab8a98ce6aefd22c8 Mon Sep 17 00:00:00 2001 From: danfe Date: Tue, 21 Jun 2011 05:45:13 +0000 Subject: - 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 --- x11/bbdock/Makefile | 45 +++++++++++++++++---------------------------- x11/bbdock/distinfo | 4 ++-- 2 files changed, 19 insertions(+), 30 deletions(-) (limited to 'x11') 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 +# New ports collection makefile for: BBDock +# Date created: July 31, 2006 +# Whom: Francis Bacque # # $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 - -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 +.include 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 -- cgit