33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
30 lines
592 B
Makefile
30 lines
592 B
Makefile
# New ports collection makefile for: lupe
|
|
# Date created: 4 February 1998
|
|
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lupe
|
|
PORTVERSION= 0.08
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11 accessibility
|
|
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
|
|
DISTNAME= lupe008
|
|
|
|
MAINTAINER= kazu@jp.freebsd.org
|
|
COMMENT= Real-time magnifying glass for X11
|
|
|
|
WRKSRC= ${WRKDIR}/lupe
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
XMKMF= xmkmf
|
|
MAN1= lupe.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|