freebsd-ports/graphics/libdjvu++/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00

39 lines
922 B
Makefile

# New ports collection makefile for: libdjvu++
# Date Created: 20 July 1999
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= libdjvu++
PORTVERSION= 2.1
CATEGORIES= graphics
MASTER_SITES= http://www.djvu.com/open/
MAINTAINER= mi@aldan.algebra.com
INSTALLS_SHLIB= yes
IS_INTERACTIVE= yes
USE_NEWGCC= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= CXX=${CXX}
CONFIGURE_ARGS= --with-cxxflag="${CXXFLAGS}"
MAKE_ARGS= OPT=""
post-extract:
${SH} ${WRKSRC}/RunMe
do-install:
.for prog in djvuinfo c44 d44 djvutopnm djvumake djvuextract ppmcoco bzz
${INSTALL_PROGRAM} ${WRKSRC}/${prog} ${PREFIX}/bin
.endfor
.for lib in libdjvu++.a libdjvu++.so.2
${INSTALL_DATA} ${WRKSRC}/${lib} ${PREFIX}/lib
.endfor
${LN} -sf libdjvu++.so.2 ${PREFIX}/lib/libdjvu++.so
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/djvu
${INSTALL_DATA} ${WRKSRC}/@Doc/* ${PREFIX}/share/doc/djvu
.endif
.include <bsd.port.mk>