mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
28 lines
584 B
Makefile
28 lines
584 B
Makefile
# New ports collection makefile for: lupe
|
|
# Version required: 0.08
|
|
# Date created: 4 February 1998
|
|
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/11/17 16:45:06 flathill Exp $
|
|
#
|
|
|
|
DISTNAME= lupe008
|
|
PKGNAME= lupe-0.08
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/
|
|
|
|
MAINTAINER= kazu@jp.freebsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/lupe
|
|
USE_IMAKE= yes
|
|
XMKMF= xmkmf
|
|
MAN1= lupe.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/lupe
|
|
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${PREFIX}/share/doc/lupe
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|