mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# Created by: runge@rostock.zgdv.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlupe
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11 accessibility
|
|
MASTER_SITES= http://coto.marsrakete.de/projects/xlupe/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Magnifying glass for X. like xmag but with continously updates
|
|
|
|
USES= imake
|
|
USE_XORG= xaw
|
|
|
|
PLIST_FILES= bin/xlupe
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|