freebsd-ports/security/linux-f10-gnutls/Makefile
Alexander Leidinger a0d909b284 Add missing dependency to gnutls. [1]
Fix the fix of adding a missing dependency to the linux cups-libs port.

Reported by:	Da Rock <freebsd-emulation@herveybayaustralia.com.au> [1]
2012-01-14 22:35:19 +00:00

26 lines
620 B
Makefile

# New ports collection makefile for: security/linux-f10-gnutls
# Date created: 10 Nov 2010
# Whom: Stas Timokhin <devel@stasyan.com>
# $FreeBSD$
#
PORTNAME= gnutls
PORTVERSION= 2.4.2
PORTREVISION= 1
CATEGORIES= security linux
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= GNU Transport Layer Security library
USE_LINUX_RPM= yes
USE_LINUX_APPS= libtasn1 libgcrypt libgpg-error
LINUX_DIST_VER= 10
RPMVERSION= 5.fc10
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
DESCR= ${.CURDIR}/../gnutls/pkg-descr
.include <bsd.port.mk>