freebsd-ports/security/linux-c6-libgcrypt/Makefile
Torsten Zuehlsdorff 8b62234838 Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00

24 lines
577 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= libgcrypt
PORTVERSION= 1.4.5
PORTREVISION= 3
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= General purpose crypto library based on code used in GnuPG (Linux CentOS ${LINUX_DIST_VER})
USE_LINUX= c6
USE_LINUX_RPM= yes
RPMVERSION= 11.el6_4
USE_LDCONFIG= yes
DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING.LIB NEWS THANKS
DESCR= ${.CURDIR}/../libgcrypt/pkg-descr
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/gcrypt
.include <bsd.port.mk>