1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/security/linux-f10-gnutls/Makefile
2013-10-06 14:53:00 +00:00

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>