blob: 57ad86ad4dd536e02bd989da9b9bca4a7b14bceb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: hpijs
# Date created: 1 May 2002
# Whom: ports@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libijs
PORTVERSION= 0.34
CATEGORIES= print
MASTER_SITES= http://www.linuxprinting.org/ijs/download/
DISTNAME= ijs-${PORTVERSION}
DIST_SUBDIR= ghostscript
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= C library that supports plugin printer driver for Ghostscript
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
MAKE_ENV= SHLIB_VER=${SHLIB_VER}
PLIST_SUB= SHLIB_VER=${SHLIB_VER}
SHLIB_VER= 1
.include <bsd.port.mk>
|