mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
0045859a62
(category print).
25 lines
583 B
Makefile
25 lines
583 B
Makefile
# Created by: 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>
|