Update print/abcm2ps to version 8.12.3
[dports.git] / print / libijs / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libijs
4 PORTVERSION=    0.35
5 PORTREVISION=   5
6 CATEGORIES=     print
7 MASTER_SITES=   http://www.openprinting.org/download/ijs/download/
8 DISTNAME=       ijs-${PORTVERSION}
9 DIST_SUBDIR=    ghostscript
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        C library that supports plugin printer driver for Ghostscript
13
14 LICENSE=        MIT
15
16 USES=           gmake libtool pkgconfig tar:bzip2
17 USE_LDCONFIG=   yes
18
19 GNU_CONFIGURE=  yes
20 CONFIGURE_ARGS= --enable-shared
21 INSTALL_TARGET= install-strip
22
23 .include <bsd.port.mk>