freebsd-ports/archivers/xar/Makefile
Dmitry Marakasov abaef20b78 - Simplify MASTER_SITES
- Add LICENSE_FILE
- Drop .la files, no dependees require them
2014-10-31 12:49:05 +00:00

24 lines
436 B
Makefile

# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
# $FreeBSD$
PORTNAME= xar
PORTVERSION= 1.5.2
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= GOOGLE_CODE GENTOO/distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenDarwin XML eXtensible ARchiver
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_LDCONFIG= yes
USES= gmake libtool
USE_GNOME= libxml2
USE_OPENSSL= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>