1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/archivers/xar/Makefile
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00

39 lines
748 B
Makefile

# New ports collection makefile for: xar
# Date created: 24 January 2005
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
#
# $FreeBSD$
#
PORTNAME= xar
DISTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.opendarwin.org/projects/xar/ \
http://distfiles-msn.opendarwin.org/ \
http://distfiles-od.opendarwin.org/ \
http://distfiles.opendarwin.org/
MAINTAINER= CPE1704TKS@bellsouth.net
COMMENT= OpenDarwin XML eXtensible ARchiver
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
INSTALLS_SHLIB= yes
USE_GNOME= libxml2
USE_GMAKE= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
MAN1= xar.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not build on FreeBSD < 5.x
.endif
.include <bsd.port.post.mk>