aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-base/Makefile
blob: 013fa55814e801c40a9b6032393a4467e4d22bf8 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ex:ts=8   -*-mode: makefile-*-
#
# New ports collection makefile for:    cups
# Date created:     2003-01-22
# Whom:         Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#

PORTNAME=   cups-base
PORTVERSION=    ${CUPS_PORTVER}
PORTREVISION=   1
PORTREVISION=   ${CUPS_PORTREV}
PORTEPOCH=  ${CUPS_PORTEPOCH}
CATEGORIES= print
MASTER_SITES=   ${CUPS_MASTER_SITES}

MAINTAINER= asa@gascom.ru
COMMENT=    The Common UNIX Printing System: headers, libs, & daemons

USE_REINPLACE=  yes
INSTALLS_SHLIB= yes

MANLANG=    ""

post-patch:
    @${REINPLACE_CMD} -e '/SILENT/d' \
        ${WRKSRC}/Makedefs.in
    @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \
        ${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile
    @${REINPLACE_CMD} -e 's|/etc/cups|/usr/local/etc/cups|g' \
        ${WRKSRC}/man/*.man
    @${REINPLACE_CMD} -e 's|CXX="$$CC"||g' \
        ${WRKSRC}/${CONFIGURE_SCRIPT}

pre-install:
    @${ECHO_MSG} "===>" Stopping cupsd ...
    -killall cupsd || ${TRUE}
    ${RM} -fr ${PREFIX}/etc/cups/certs/* || ${TRUE}

post-install:
    ${MKDIR} ${CUPS_ETCDIR}
.for f in classes.conf client.conf cupsd.conf printers.conf mime.convs mime.types
    ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${CUPS_ETCDIR}/${f}.N
    cd ${CUPS_ETCDIR}; if test ! -f ${f}; then ${CP} -p ${f}.N ${f}; fi
.endfor # classes.conf client.conf cupsd.conf printers.conf
    cd ${CUPS_RCDIR}; ${MV} cups cups.sh.sample
    ${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete
    ${MKDIR} ${CUPS_SPOOLDIR} ${CUPS_SPOOLDIR}/tmp
    ${CHOWN} -R ${CUPSOWN}:${CUPSGRP} ${CUPS_SPOOLDIR}
    ${CHMOD} -R g+w ${CUPS_SPOOLDIR}
    @${CAT} ${PKGMESSAGE}

.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>