mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4f6e06746d
- Convert to uses
21 lines
425 B
Makefile
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>
|