1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/libijs/Makefile
Martin Wilke 4f6e06746d - Stage support
- Convert to uses
2014-02-01 15:39:05 +00:00

21 lines
425 B
Makefile

# $FreeBSD$
PORTNAME= libijs
PORTVERSION= 0.35
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.openprinting.org/download/ijs/download/
DISTNAME= ijs-${PORTVERSION}
DIST_SUBDIR= ghostscript
MAINTAINER= ports@FreeBSD.org
COMMENT= C library that supports plugin printer driver for Ghostscript
USES= pkgconfig gmake
USE_BZIP2= yes
USE_GNOME= lthack
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>