2009-04-01 11:25:39 -04:00
|
|
|
# New ports collection makefile for: ftp/linux-f8-curl
|
|
|
|
# Date created: 2009-03-30
|
|
|
|
# Whom: bsam
|
2006-08-04 10:38:03 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= curl
|
2009-04-01 11:25:39 -04:00
|
|
|
PORTVERSION= 7.18.2
|
2009-06-02 16:14:36 -04:00
|
|
|
PORTREVISION= 1
|
2006-08-04 10:38:03 -04:00
|
|
|
CATEGORIES= ftp linux
|
2009-04-01 11:25:39 -04:00
|
|
|
PKGNAMEPREFIX= linux-f8-
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
2006-08-04 10:38:03 -04:00
|
|
|
|
2009-04-01 11:25:39 -04:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
|
|
COMMENT= The command line tool for transferring files with URL syntax (Linux Fedora 8)
|
2006-08-04 10:38:03 -04:00
|
|
|
|
2009-06-02 16:14:36 -04:00
|
|
|
CONFLICTS= linux-curl-[0-9]* linux-f10-curl-[0-9]*
|
|
|
|
|
2006-08-04 10:38:03 -04:00
|
|
|
USE_LINUX_RPM= yes
|
2009-04-01 11:25:39 -04:00
|
|
|
LINUX_DIST_VER= 8
|
|
|
|
RPMVERSION= 7.fc8
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 13:56:05 -04:00
|
|
|
USE_LDCONFIG= yes
|
2009-04-01 11:25:39 -04:00
|
|
|
BRANDELF_FILES= usr/bin/curl
|
2006-08-04 10:38:03 -04:00
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
|
2009-04-01 11:25:39 -04:00
|
|
|
PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.0
|
|
|
|
DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
|
|
PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting
|
|
|
|
MANPREFIX= ${PREFIX}/usr/share
|
|
|
|
MAN1= curl.1
|
|
|
|
|
2006-08-04 10:38:03 -04:00
|
|
|
.include <bsd.port.mk>
|