aboutsummaryrefslogtreecommitdiffstats
path: root/print/linux-f10-cups-libs/Makefile
blob: 9a6855548f1e63d88bb96296aa0782b95db4366c (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
# New ports collection makefile for:    print/linux-f10-cups-libs
# Date created:             10 Nov 2010
# Whom:                 Stas Timokhin <devel@stasyan.com>
# $FreeBSD$
#

PORTNAME=   cups-libs
PORTVERSION=    1.3.11
PORTREVISION=   1
CATEGORIES= print linux
PKGNAMEPREFIX=  linux-f10-
DISTNAME=   ${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER= emulation@FreeBSD.org
COMMENT=    Common UNIX Printing System libraries

USE_LINUX_RPM=  yes
USE_LINUX_APPS= gnutls
SRC_DISTFILES=  cups-${PORTVERSION}-${RPMVERSION}.src.rpm
LINUX_DIST_VER= 10
RPMVERSION= 4.fc10
USE_LDCONFIG=   yes

PLIST_FILES=    usr/lib/libcups.so.2 usr/lib/libcupsimage.so.2
DESCR=      ${.CURDIR}/../cups-base/pkg-descr

.include <bsd.port.mk>