freebsd-ports/graphics/jbigkit/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

31 lines
602 B
Makefile

# New ports collection makefile for: jbig
# Date created: 19 November 1996
# Whom: mi
#
# $FreeBSD$
#
PORTNAME= jbigkit
PORTVERSION= 1.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.informatik.uni-erlangen.de/pub/doc/ISO/JBIG/
MAINTAINER= mi@aldan.algebra.com
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALLS_SHLIB= yes
MAN1= jbgtopbm.1 pbmtojbg.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jbig
${INSTALL_DATA} ${WRKSRC}/libjbig/jbig.doc ${PREFIX}/share/doc/jbig
.endif
test: build
cd ${WRKSRC} && env LD_LIBRARY_PATH=${WRKSRC}/libjbig ${MAKE} test
.include <bsd.port.mk>