mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
ef1452ded5
PR: 28808 Submitted by: maintainer (silence due to timeout, 19 days)
26 lines
511 B
Makefile
26 lines
511 B
Makefile
# New ports collection makefile for: wmGrabImage
|
|
# Date created: 4th November 1999
|
|
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmGrabImage
|
|
PORTVERSION= 0.72
|
|
CATEGORIES= graphics windowmaker
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ozz@FreeBSD.org.ru
|
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmGrabImage
|
|
|
|
USE_X_PREFIX= YES
|
|
USE_XPM= YES
|
|
|
|
MAN1= wmGrabImage.1
|
|
|
|
.include <bsd.port.mk>
|