9ff4557468
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.
32 lines
700 B
Makefile
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>
|