diff options
Diffstat (limited to 'graphics/wmgrabimage/Makefile')
-rw-r--r-- | graphics/wmgrabimage/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/wmgrabimage/Makefile b/graphics/wmgrabimage/Makefile deleted file mode 100644 index b2e6074..0000000 --- a/graphics/wmgrabimage/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> -# $FreeBSD$ - -PORTNAME= wmGrabImage -PORTVERSION= 0.72 -PORTREVISION= 7 -CATEGORIES= graphics windowmaker -MASTER_SITES= http://dockapps.org/files/12/19/ -EXTRACT_SUFX= .tgz - -MAINTAINER= sascha@root-login.org -COMMENT= Monitor your favorite web image - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-02-25 - -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick - -WRKSRC= ${WRKDIR}/${DISTNAME}/wmGrabImage - -USE_XORG= xpm - -MAN1= wmGrabImage.1 - -NO_STAGE= yes -.include <bsd.port.mk> |