freebsd-ports/print/linux-f10-cups-libs/Makefile
Alexander Leidinger 752eb94549 Add the missing dependency to gnutls.
Reported by:	Da Rock <freebsd-ports@herveybayaustralia.com.au>
2012-01-13 21:41:03 +00:00

27 lines
677 B
Makefile

# 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>