1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/lupe/Makefile

28 lines
582 B
Makefile
Raw Normal View History

# New ports collection makefile for: lupe
1998-11-17 16:49:38 +00:00
# Version required: 0.08
# Date created: 4 February 1998
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
1997-01-13 09:21:13 +00:00
#
1999-08-28 06:07:52 +00:00
# $Id: Makefile,v 1.7 1998/11/17 16:49:38 flathill Exp $
1997-01-13 09:21:13 +00:00
#
1998-11-17 16:45:07 +00:00
DISTNAME= lupe008
PKGNAME= lupe-0.08
CATEGORIES= x11
1999-08-28 06:07:52 +00:00
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
MAINTAINER= kazu@jp.freebsd.org
1997-01-13 11:31:25 +00:00
WRKSRC= ${WRKDIR}/lupe
USE_IMAKE= yes
XMKMF= xmkmf
MAN1= lupe.1
1998-11-17 16:45:07 +00: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>