- use foomatic-rip from the foomatic-filter package and remove the
script from FILES - remove quotes from COMMENTS no objection from former maintainer Benjamin Lerman, ok jakemsr@ kili@
This commit is contained in:
parent
d7fce7c328
commit
25edb3df76
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2007/08/03 20:51:42 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2007/09/09 14:53:05 ajacoutot Exp $
|
||||
|
||||
COMMENT= "Common Unix Printing System"
|
||||
COMMENT= Common Unix Printing System
|
||||
|
||||
VERSION= 1.2.7
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
PKGNAME= ${DISTNAME:S/-source//}p4
|
||||
PKGNAME= ${DISTNAME:S/-source//}p5
|
||||
CATEGORIES= print sysutils
|
||||
SHARED_LIBS= cups 3.0 \
|
||||
cupsimage 2.3
|
||||
@ -31,6 +31,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
LIB_DEPENDS= png.>=3::graphics/png \
|
||||
jpeg.>=62::graphics/jpeg \
|
||||
tiff.>=35::graphics/tiff
|
||||
RUN_DEPENDS= ::print/foomatic-filters
|
||||
|
||||
FAKE_FLAGS= BINMODE=${BINMODE} \
|
||||
SHAREMODE=${SHAREMODE}
|
||||
@ -61,6 +62,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
||||
CFLAGS+= "-I${LOCALBASE}/include" \
|
||||
"-I${LOCALBASE}/include/libpng"
|
||||
|
||||
SUBST_VARS= LOCALBASE
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME:S/-source//}
|
||||
USE_GMAKE= Yes
|
||||
|
||||
@ -94,7 +97,5 @@ post-install:
|
||||
@sed s,y0y0y0,${LOCALBASE}, < ${FILESDIR}/${file} > \
|
||||
${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
@${INSTALL_DATA} ${FILESDIR}/foomatic-rip \
|
||||
${PREFIX}/libexec/cups/filter/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2006/11/17 19:15:36 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2007/09/09 14:53:05 ajacoutot Exp $
|
||||
@conflict LPRng-*
|
||||
@newgroup _cups:541
|
||||
@newuser _cups:541:541:daemon:CUPS:/nonexistent:/sbin/nologin
|
||||
@ -54,9 +54,6 @@ libexec/cups/daemon/cups-lpd
|
||||
libexec/cups/daemon/cups-polld
|
||||
libexec/cups/driver/
|
||||
libexec/cups/filter/
|
||||
@mode 0755
|
||||
libexec/cups/filter/foomatic-rip
|
||||
@mode
|
||||
libexec/cups/filter/gziptoany
|
||||
libexec/cups/filter/hpgltops
|
||||
libexec/cups/filter/imagetops
|
||||
@ -1267,12 +1264,20 @@ share/examples/cups/ppd/
|
||||
@sample ${SYSCONFDIR}/cups/ppd/
|
||||
share/examples/cups/ssl/
|
||||
@sample ${SYSCONFDIR}/cups/ssl/
|
||||
share/locale/
|
||||
share/locale/de/
|
||||
share/locale/de/cups_de.po
|
||||
share/locale/es/
|
||||
share/locale/es/cups_es.po
|
||||
share/locale/et/
|
||||
share/locale/et/cups_et.po
|
||||
share/locale/it/
|
||||
share/locale/it/cups_it.po
|
||||
share/locale/ja/
|
||||
share/locale/ja/cups_ja.po
|
||||
share/locale/pl/
|
||||
share/locale/pl/cups_pl.po
|
||||
share/locale/sv/
|
||||
share/locale/sv/cups_sv.po
|
||||
@owner _cups
|
||||
@group _cups
|
||||
@ -1280,3 +1285,5 @@ share/locale/sv/cups_sv.po
|
||||
@sample /var/spool/cups/
|
||||
@sample /var/spool/cups/tmp/
|
||||
@sample /var/cache/cups/
|
||||
@exec ln -sf ${LOCALBASE}/bin/foomatic-rip ${PREFIX}/libexec/cups/filter/
|
||||
@unexec rm -f ${PREFIX}/libexec/cups/filter/foomatic-rip
|
||||
|
Loading…
Reference in New Issue
Block a user