2006-01-25 17:55:09 +01:00
|
|
|
# New ports collection makefile for: xar
|
|
|
|
# Date created: 24 January 2005
|
|
|
|
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xar
|
2007-09-09 11:06:18 +02:00
|
|
|
DISTVERSION= 1.5.1
|
2006-01-25 17:55:09 +01:00
|
|
|
CATEGORIES= archivers
|
2007-09-09 11:06:18 +02:00
|
|
|
MASTER_SITES= http://xar.googlecode.com/files/ \
|
|
|
|
${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
2006-01-25 17:55:09 +01:00
|
|
|
|
|
|
|
MAINTAINER= CPE1704TKS@bellsouth.net
|
|
|
|
COMMENT= OpenDarwin XML eXtensible ARchiver
|
|
|
|
|
2007-09-09 11:06:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-01-25 17:55:09 +01:00
|
|
|
|
|
|
|
USE_GNOME= libxml2
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= xar.1
|
|
|
|
|
2007-04-16 06:23:32 +02:00
|
|
|
.include <bsd.port.mk>
|