aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/linux-f8-curl/Makefile
blob: 08519bc08012c9d487797f7f09ecc8ecef829cbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
CATEGORIES= ftp linux
PKGNAMEPREFIX=  linux-
DISTNAME=   ${PORTNAME}-${PORTVERSION}-5.fc4

MAINTAINER= acm@FreeBSD.org
COMMENT=    Curl linux version

USE_LINUX_RPM=  yes
LINUX_DIST_VER= 4
INSTALLS_SHLIB= yes
AUTOMATIC_PLIST=    yes
DESCR=  ${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>