mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
31 lines
733 B
Makefile
31 lines
733 B
Makefile
# ports collection makefile for: lfview
|
|
# Date created: 24 February 1999
|
|
# Whom: Yuu Yashiki
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lfview
|
|
PORTVERSION= 1.1.b3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.geocities.co.jp/Playtown/6344/
|
|
DISTNAME= lfview11beta3
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= s974123@cc.matsuyama-u.ac.jp
|
|
|
|
USE_IMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
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.mk>
|