freebsd-ports/security/linux-f10-gnutls/Makefile
Boris Samorodov 3029da845a . remove directories installed by other porst from pkg-plist; [1]
. use two line style header;  [1]
. change "${.CURDIR}/.." to "${PORTSDIR}/security" for DESCR.

PR:		ports/172966  [1]
Submitted by:	Barbara <barbara.xxx1975@libero.it>  [1]
Feature safe:	yes
2012-10-23 19:04:19 +00:00

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