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
602 B
Makefile
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>
|