1999-03-07 13:26:01 +01:00
|
|
|
# ports collection makefile for: lfview
|
|
|
|
# Date created: 24 February 1999
|
|
|
|
# Whom: Yuu Yashiki
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-03-07 13:26:01 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= lfview
|
2001-01-12 16:46:03 +01:00
|
|
|
PORTVERSION= 1.1a
|
1999-03-07 13:26:01 +01:00
|
|
|
CATEGORIES= graphics
|
2000-10-29 18:47:23 +01:00
|
|
|
MASTER_SITES= http://hoshina.denpa.org/
|
1999-03-07 13:26:01 +01:00
|
|
|
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
|
1999-03-07 13:26:01 +01:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-03-07 13:26:01 +01:00
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
|
2004-03-06 13:20:56 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
BROKEN= "Does not compile on amd64 (-fPIC missing)"
|
|
|
|
.endif
|
|
|
|
|
1999-03-07 13:26:01 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/lfview ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/plugins/liblfv_leaf.so.1 ${PREFIX}/lib
|
1999-10-10 04:22:10 +02:00
|
|
|
${LN} -s ${PREFIX}/lib/liblfv_leaf.so.1 ${PREFIX}/lib/liblfv_leaf.so
|
1999-03-07 13:26:01 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/ja/lfview
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja/lfview
|
|
|
|
.endif
|
|
|
|
|
2004-03-06 13:20:56 +01:00
|
|
|
.include <bsd.port.post.mk>
|