freebsd-ports/archivers/xar/Makefile

26 lines
451 B
Makefile
Raw Normal View History

# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
# $FreeBSD$
PORTNAME= xar
PORTVERSION= 1.5.2
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= sylvio@FreeBSD.org
COMMENT= OpenDarwin XML eXtensible ARchiver
2013-12-26 17:48:37 +01:00
LICENSE= BSD3CLAUSE
2011-05-19 20:25:58 +02:00
USE_LDCONFIG= yes
USES= gmake
USE_GNOME= libxml2
USE_OPENSSL= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>