mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7718950a46
(category security).
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# Created by: 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= ${PORTSDIR}/security/gnutls/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|