forked from Lainports/freebsd-ports
every search engine is still pointing to, no longer allows anonymouse FTP login. Thanks to the submitter for looking into the obvious place -- right in front of my nose -- in the source itself, and submitting the other location, that still works. PR: ports/34787 Submitted by: Ted Mittelstaedt
30 lines
588 B
Makefile
30 lines
588 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= http://www.cl.cam.ac.uk/~mgk25/download/
|
|
|
|
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>
|