1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/archivers/xar/Makefile
Charlie Li 035e778ee5
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.

PR: 262853, 262940, 262877
Approved by: fluffy (mentor)
2022-04-10 15:47:23 -04:00

28 lines
640 B
Makefile

# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
PORTNAME= xar
PORTVERSION= 1.6.1
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= https://github.com/downloads/mackyle/xar/ \
GENTOO
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenDarwin XML eXtensible ARchiver
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe gmake gnome libtool ssl
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_crypto_OpenSSL_add_all_ciphers=yes
CPE_VENDOR= xar_project
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
.include <bsd.port.mk>