mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
31 lines
518 B
Makefile
31 lines
518 B
Makefile
# 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= ${MASTER_SITE_GOOGLE_CODE} \
|
|
${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= OpenDarwin XML eXtensible ARchiver
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GNOME= libxml2
|
|
USE_GMAKE= yes
|
|
USE_OPENSSL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xar.1
|
|
|
|
.include <bsd.port.mk>
|