openbsd-ports/graphics/wmgrabimage/Makefile
martynas 9ff4557468 There's a fine utility in base, called ftp. There's no reason at
all that some of the ports RUN_DEPEND on wget.
"Nice!" naddy@, who also went even further and made libxml not
BUILD_DEPEND on wget.
2008-06-20 10:49:42 +00:00

32 lines
700 B
Makefile

# $OpenBSD: Makefile,v 1.16 2008/06/20 10:49:42 martynas Exp $
COMMENT= wm-dockapp; WWW image monitor
DISTNAME= wmGrabImage-0.72
PKGNAME= ${DISTNAME:L}p1
CATEGORIES= graphics x11 x11/windowmaker
EXTRACT_SUFX= .tgz
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
RUN_DEPENDS= :ImageMagick-*:graphics/ImageMagick \
:xv-*:graphics/xv
WANTLIB= X11 c Xext Xpm
USE_X11= Yes
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmGrabImage
.include <bsd.port.mk>