opnsense-ports/security/linux-f10-libgpg-error/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
446 B
Makefile

# Created by: Stas Timoklhin <devel@stasyan.com>
# $FreeBSD$
PORTNAME= libgpg-error
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Common error values for all GnuPG components
USE_LINUX= f10
USE_LINUX_RPM= yes
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>