freebsd-ports/graphics/jbigkit/Makefile
Thomas Gellekum be07477ea0 Import of jbigkit, which contains yet another graphics library.
Closes PR 2066.

Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>
1996-12-23 07:12:29 +00:00

32 lines
658 B
Makefile

# New ports collection makefile for: jbig
# Version required: 0.9
# Date created: 19 November 1996
# Whom: mi
#
# $Id$
#
DISTNAME= jbigkit-0.9
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.informatik.uni-erlangen.de/pub/doc/ISO/JBIG/
MAINTAINER= mi@aldan.ziplink.net
# Yes, CCFLAGS, not CFLAGS! -mi
MAKE_FLAGS= CCFLAGS="${CFLAGS}" CC="${CC}"
WRKSRC= work/jbigkit
MAN1= jbgtopbm.1 pbmtojbg.1
MAN5= pbm.5
post-build:
cd $(WRKSRC); make test
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jbig
${INSTALL_DATA} ${WRKSRC}/libjbig/jbig.doc ${PREFIX}/share/doc/jbig
.endif
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>