freebsd-ports/graphics/lfview/Makefile

37 lines
840 B
Makefile
Raw Normal View History

# ports collection makefile for: lfview
# Date created: 24 February 1999
# Whom: Yuu Yashiki
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= lfview
PORTVERSION= 1.1a
CATEGORIES= graphics
MASTER_SITES= http://hoshina.denpa.org/
EXTRACT_SUFX= .tgz
2004-01-31 10:06:22 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= Graphic viewer for Leaf products
USE_IMAKE= yes
INSTALLS_SHLIB= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (-fPIC missing)"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lfview ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/plugins/liblfv_leaf.so.1 ${PREFIX}/lib
${LN} -s ${PREFIX}/lib/liblfv_leaf.so.1 ${PREFIX}/lib/liblfv_leaf.so
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ja/lfview
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja/lfview
.endif
.include <bsd.port.post.mk>