mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
35 lines
949 B
Makefile
35 lines
949 B
Makefile
# New ports collection makefile for: djvuplugin
|
|
# Date created: 21 Jul 1999
|
|
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= djvuplugin
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= www graphics
|
|
MASTER_SITES= http://www.djvu.com/products/plugin/unix/
|
|
DISTNAME= npdjvu-freebsd
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Netscape plugin that views AT&T DjVu images
|
|
|
|
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape47-communicator
|
|
|
|
NO_BUILD= yes
|
|
NO_PACKAGE= "User should read and accept license from AT&T"
|
|
NO_CDROM= ${NO_PACKAGE}
|
|
|
|
do-install:
|
|
@${TAR} -xpf ${WRKSRC}/archive.tar -C ${PREFIX}/lib/netscape
|
|
@${LN} -s ${PREFIX}/lib/netscape/DjVu/dejavu ${PREFIX}/bin
|
|
|
|
post-install:
|
|
# *******************************************************
|
|
# Please read and agree to the license at:
|
|
# ${PREFIX}/lib/netscape/DjVu/license.html
|
|
# before using this plugin.
|
|
# *******************************************************
|
|
|
|
.include <bsd.port.mk>
|