aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/xar/Makefile
blob: 15dd406f6a9da14c62b3b66c7f2f544801de1d55 (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
# New ports collection makefile for:    xar
# Date created:     24 January 2005
# Whom:         Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
#
# $FreeBSD$
#

PORTNAME=   xar
PORTVERSION=    1.5.2
CATEGORIES= archivers
MASTER_SITES=   http://xar.googlecode.com/files/ \
        ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles

MAINTAINER= CPE1704TKS@bellsouth.net
COMMENT=    OpenDarwin XML eXtensible ARchiver

USE_LDCONFIG=   yes

USE_GNOME=  libxml2
USE_GMAKE=  yes
USE_OPENSSL=    yes

GNU_CONFIGURE=  yes

MAN1=       xar.1

.include <bsd.port.mk>