1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11/lupe/Makefile
Ion-Mihai Tetcu 2e430dd393 - use DOCSDIR
- fix plist for -DNOPORTDOCS
- bump PORTREVFISION

Prompted by:	QA Tindy run
Approved by:	maintainer timeout on BotMail
2008-07-09 18:01:56 +00:00

30 lines
573 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= 2
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
XMKMF= xmkmf
MAN1= lupe.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${DOCSDIR}
.endif
.include <bsd.port.mk>