1e474f48e1
"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
31 lines
637 B
Makefile
31 lines
637 B
Makefile
# $OpenBSD: Makefile,v 1.23 2012/12/13 16:34:48 naddy Exp $
|
|
|
|
COMMENT= wm-dockapp; WWW image monitor
|
|
|
|
DISTNAME= wmGrabImage-0.72
|
|
PKGNAME= ${DISTNAME:L}
|
|
REVISION= 4
|
|
CATEGORIES= graphics x11 x11/windowmaker
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
|
|
|
|
# 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= graphics/ImageMagick \
|
|
graphics/xv
|
|
|
|
WANTLIB= X11 Xext Xpm c
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKSRC= ${WRKDIST}/wmGrabImage
|
|
|
|
.include <bsd.port.mk>
|