freebsd-ports/print/libijs/Makefile

21 lines
439 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libijs
PORTVERSION= 0.35
PORTREVISION= 3
CATEGORIES= print
2011-08-02 18:22:15 +02:00
MASTER_SITES= http://www.openprinting.org/download/ijs/download/
DISTNAME= ijs-${PORTVERSION}
DIST_SUBDIR= ghostscript
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= C library that supports plugin printer driver for Ghostscript
USES= gmake libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
2014-04-24 20:42:05 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
.include <bsd.port.mk>