freebsd-ports/security/linux-openssl/Makefile
Boris Samorodov 7aec2c3eab Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
2009-04-01 10:10:16 +00:00

24 lines
512 B
Makefile

# New ports collection makefile for: linux-openssl
# Date created: 2006-08-04
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= openssl
PORTVERSION= 0.9.7f
PORTREVISION= 1
CATEGORIES= security linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-7.10
MAINTAINER= acm@FreeBSD.org
COMMENT= SSL and crypto library (Linux Version)
CONFLICTS= linux-f8-openssl-[0-9]*
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>