freebsd-ports/x11/lupe/Makefile

29 lines
571 B
Makefile
Raw Normal View History

# New ports collection makefile for: lupe
# Date created: 4 February 1998
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
1997-01-13 04:21:13 -05:00
#
1999-08-30 22:51:23 -04:00
# $FreeBSD$
1997-01-13 04:21:13 -05:00
#
2000-04-13 15:19:05 -04:00
PORTNAME= lupe
2001-02-05 11:18:54 -05:00
PORTVERSION= 0.08
CATEGORIES= x11
1999-08-28 02:07:52 -04:00
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
2000-04-13 15:19:05 -04:00
DISTNAME= lupe008
MAINTAINER= kazu@jp.freebsd.org
2003-02-21 09:08:24 -05:00
COMMENT= Real-time magnifying glass for X11
1997-01-13 06:31:25 -05:00
WRKSRC= ${WRKDIR}/lupe
USE_IMAKE= yes
XMKMF= xmkmf
MAN1= lupe.1
1998-11-17 11:45:07 -05:00
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/lupe
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${PREFIX}/share/doc/lupe
.endif
.include <bsd.port.mk>