opnsense-ports/security/linux-f10-openssl/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

25 lines
545 B
Makefile

# Created by: bsam
# $FreeBSD$
PORTNAME= openssl
PORTVERSION= 0.9.8g
PORTREVISION= 1
CATEGORIES= security linux
MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
MAINTAINER= emulation@FreeBSD.org
COMMENT= OpenSSL toolkit (Linux Fedora 10)
CONFLICTS= linux-openssl-[0-9]* linux-c6-openssl-compat-[0-9]*
USE_LINUX= f10
USE_LINUX_RPM= yes
RPMVERSION= 14.fc10
BRANDELF_FILES= usr/bin/openssl
USE_LDCONFIG= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>