diff options
Diffstat (limited to 'ftp/linux-c6-curl/Makefile')
-rw-r--r-- | ftp/linux-c6-curl/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ftp/linux-c6-curl/Makefile b/ftp/linux-c6-curl/Makefile new file mode 100644 index 000000000000..a01cf18124a5 --- /dev/null +++ b/ftp/linux-c6-curl/Makefile @@ -0,0 +1,30 @@ +# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com> +# $FreeBSD$ + +PORTNAME= curl +PORTVERSION= 7.19.7 +CATEGORIES= ftp linux +DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ + libcurl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Command line tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-curl-[0-9]* linux-f10-curl-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 + +USE_LINUX= c6 +USE_LINUX_APPS= openldap libssh2 # cyrus-sasl2 +USE_LINUX_RPM= yes +RPMVERSION= 37.el6_4 +BRANDELF_FILES= usr/bin/curl +USE_LDCONFIG= yes + +PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 \ + usr/share/man/man1/curl.1.gz +DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include <bsd.port.mk> |