aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/xar/Makefile
blob: 0e6d5cbfe61b06c6bdabf4e125ae10e620da78e5 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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>