mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
eba9fb0a7c
Suggested by: kris Noticed by: alepulver
24 lines
475 B
Makefile
24 lines
475 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
|
|
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>
|