diff options
author | danfe <danfe@FreeBSD.org> | 2011-06-21 13:45:13 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-06-21 13:45:13 +0800 |
commit | 07aec18e2fb3806fe8564daab8a98ce6aefd22c8 (patch) | |
tree | a946466d4e264d68bfcb984d3adeeec0d9a12b7f | |
parent | 097b8fd1ee709851cb43735affe48e7e1c10b228 (diff) | |
download | freebsd-ports-gnome-07aec18e2fb3806fe8564daab8a98ce6aefd22c8.tar.gz freebsd-ports-gnome-07aec18e2fb3806fe8564daab8a98ce6aefd22c8.tar.zst freebsd-ports-gnome-07aec18e2fb3806fe8564daab8a98ce6aefd22c8.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
-rw-r--r-- | x11/bbdock/Makefile | 45 | ||||
-rw-r--r-- | x11/bbdock/distinfo | 4 |
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 |