blob: e227e7213c81fcce689c80b7ca02227c432ba890 (
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
|
# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
# $FreeBSD$
PORTNAME= xar
PORTVERSION= 1.5.2
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenDarwin XML eXtensible ARchiver
LICENSE= BSD3CLAUSE
USE_LDCONFIG= yes
USES= gmake libtool:keepla
USE_GNOME= libxml2
USE_OPENSSL= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|