2009-04-01 15:25:39 +00:00
|
|
|
# New ports collection makefile for: security/linux-f8-openssl
|
|
|
|
# Date created: 2008-04-09
|
|
|
|
# Whom: bsam
|
2006-08-04 15:03:55 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openssl
|
2009-04-01 15:25:39 +00:00
|
|
|
PORTVERSION= 0.9.8b
|
2006-08-04 15:03:55 +00:00
|
|
|
CATEGORIES= security linux
|
2009-04-01 15:25:39 +00:00
|
|
|
PKGNAMEPREFIX= linux-f8-
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
2006-08-04 15:03:55 +00:00
|
|
|
|
2009-04-01 15:25:39 +00:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
|
|
COMMENT= The OpenSSL toolkit (Linux Fedora 8)
|
2006-08-04 15:03:55 +00:00
|
|
|
|
|
|
|
USE_LINUX_RPM= yes
|
2009-04-01 15:25:39 +00:00
|
|
|
LINUX_DIST_VER= 8
|
|
|
|
RPMVERSION= 17.fc8
|
|
|
|
BRANDELF_FILES= usr/bin/openssl
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2009-04-01 15:25:39 +00:00
|
|
|
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
2006-08-04 15:03:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|