freebsd-ports/print/libijs/Makefile

21 lines
446 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libijs
PORTVERSION= 0.35
2014-04-24 20:42:05 +02:00
PORTREVISION= 2
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
2014-04-24 20:42:05 +02:00
USES= gmake libtool:keepla 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>