blob: 8a07f3b07aa16d813ab0a1cac5f8fd8ebf8090ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xlupe
# Date created: 17 Apr 1999
# Whom: runge@rostock.zgdv.de
#
# $FreeBSD$
#
PORTNAME= xlupe
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= x11 accessibility
MASTER_SITES= http://www.core.de/~coto/projects/xlupe/
MAINTAINER= ports@FreeBSD.org
COMMENT= Magnifying glass for X. like xmag but with continously updates
USE_IMAKE= yes
USE_XORG= xpm
PLIST_FILES= bin/xlupe
.include <bsd.port.mk>
|