blob: 48cac87f85f690e2cd219c4df1d89d930cb64846 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: security/linux-f10-openssl
# Date created: 2009-05-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= openssl
PORTVERSION= 0.9.8g
CATEGORIES= security linux
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= The OpenSSL toolkit (Linux Fedora 10)
CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]*
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 12.fc10
BRANDELF_FILES= usr/bin/openssl
USE_LDCONFIG= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
|