forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
22 lines
446 B
Makefile
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>
|