Lines 6-18
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= cups-pdf |
8 |
PORTNAME= cups-pdf |
9 |
PORTVERSION= 2.3.1 |
9 |
PORTVERSION= 2.4.0 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= print |
10 |
CATEGORIES= print |
12 |
MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ |
11 |
MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \ |
|
|
12 |
http://olofsson.de/mirror/distfiles/ |
13 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
13 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
14 |
|
14 |
|
15 |
MAINTAINER= ports@mark.reidel.info |
15 |
MAINTAINER= simon@olofsson.de |
16 |
COMMENT= A virtual printer for CUPS to produce PDF files |
16 |
COMMENT= A virtual printer for CUPS to produce PDF files |
17 |
|
17 |
|
18 |
RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base |
18 |
RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base |
Lines 40-49
Link Here
|
40 |
.endif |
40 |
.endif |
41 |
|
41 |
|
42 |
.ifdef(HOME_SUBDIR) |
42 |
.ifdef(HOME_SUBDIR) |
43 |
SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR}," |
43 |
SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR},' |
44 |
.else |
44 |
.else |
45 |
.ifdef(OUTPUT_DIRECTORY) |
45 |
.ifdef(OUTPUT_DIRECTORY) |
46 |
SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},ยจ |
46 |
SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},' |
47 |
.endif |
47 |
.endif |
48 |
.endif |
48 |
.endif |
49 |
|
49 |
|