freebsd-ports/ftp/linux-curl/Makefile

29 lines
624 B
Makefile
Raw Normal View History

# New ports collection makefile for: linux-curl
# Date created: 2006-08-04
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= curl
PORTVERSION= 7.13.1
PORTREVISION= 2
CATEGORIES= ftp linux
PKGNAMEPREFIX= linux-
DISTNAME= ${PORTNAME}-${PORTVERSION}-5.fc4
MAINTAINER= acm@FreeBSD.org
COMMENT= Curl linux version
CONFLICTS= linux-f8-curl-[0-9]* linux-f10-curl-[0-9]*
# EXPIRATION_DATE is the EoL of the last 7.x release
EXPIRATION_DATE=2013-02-28
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
USE_LDCONFIG= yes
AUTOMATIC_PLIST= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>