28 lines
554 B
Makefile
28 lines
554 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= curl
|
|
PORTVERSION= 7.29.0
|
|
DISTVERSIONSUFFIX= -57.el7_8.1
|
|
PORTREVISION= 11
|
|
CATEGORIES= ftp linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= libssh2 nspr nss openldap
|
|
USE_LINUX_RPM= nolib
|
|
|
|
LIB_DISTNAMES= lib${DISTNAME}
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|