freebsd-ports/x11/lupe/Makefile
Baptiste Daroussin c3226aeda4 Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available

Feature safe:	yes
2012-10-26 10:23:01 +00:00

29 lines
566 B
Makefile

# Created by: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
# $FreeBSD$
PORTNAME= lupe
PORTVERSION= 0.08c
CATEGORIES= x11 accessibility
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
DISTNAME= lupe008c
MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time magnifying glass for X11
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-11-26
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>