mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8a4dbbbadf
- Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20543 Submitted by: Ports Fury
25 lines
492 B
Makefile
25 lines
492 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.70
|
|
CATEGORIES= graphics windowmaker
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
|
|
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>
|