aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-smb-backend/Makefile
blob: 05207cdf1b238f56c53127f9afebfb2243d665dc (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:    cups-smb-backend
# Date created:     12 November 2005
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   cups-smb-backend
PORTVERSION=    1.0
PORTREVISION=   1
CATEGORIES= print
MASTER_SITES=   # empty
DISTFILES=  # empty

MAINTAINER= ports@FreeBSD.org
COMMENT=    A CUPS backend for printing to Windows servers

RUN_DEPENDS=    smbspool:${PORTSDIR}/net/samba3 \
        ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base

NO_BUILD=   yes
PLIST_FILES=    libexec/cups/backend/smb
SUB_FILES=  pkg-message

do-install:
    ${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>