340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
22 lines
436 B
Makefile
22 lines
436 B
Makefile
# New ports collection makefile for: xlupe
|
|
# Date created: 17 Apr 1999
|
|
# Whom: runge@rostock.zgdv.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlupe
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
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= xaw
|
|
|
|
PLIST_FILES= bin/xlupe
|
|
|
|
.include <bsd.port.mk>
|