mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
7aec2c3eab
. add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION).
27 lines
522 B
Makefile
27 lines
522 B
Makefile
# 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= 1
|
|
CATEGORIES= ftp linux
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-5.fc4
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Curl linux version
|
|
|
|
CONFLICTS= linux-f8-curl-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
AUTOMATIC_PLIST= yes
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|