freebsd-ports/security/linux-f10-libgpg-error/Makefile
Boris Samorodov 5a3460cbae Add linux-f10-libgpg-error 1.6, common error values for all GnuPG
components.

Changes over original shar file at the PR:
. change the maintainer to emulation@ (since it's an infrastructure linux port);
. add BRANDELF_FILES;
. fix pkg-plist.

PR:		ports/159007
Submitted by:	Stas Timokhin <devel@stasyan.com>
2011-09-23 17:38:32 +00:00

25 lines
610 B
Makefile

# New ports collection makefile for: security/linux-f10-libgpg-error
# Date created: 10 Nov 2010
# Whom: Stas Timoklhin <devel@stasyan.com>
# $FreeBSD$
#
PORTNAME= libgpg-error
PORTVERSION= 1.6
CATEGORIES= security linux
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Common error values for all GnuPG components
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 2
USE_LDCONFIG= yes
BRANDELF_FILES= usr/bin/gpg-error
PLIST_SUB= PORTVERSION="${PORTVERSION}"
DESCR= ${.CURDIR}/../libgpg-error/pkg-descr
.include <bsd.port.mk>