mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5c833608d2
Mark BROKEN on FreeBSD 14 Reported by: pkg-fallout
34 lines
838 B
Makefile
34 lines
838 B
Makefile
# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xar
|
|
PORTVERSION= 1.6.1
|
|
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= gmake gnome libtool ssl
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${SSL_DEFAULT} == base
|
|
BROKEN_FreeBSD_12= checking for OpenSSL_add_all_ciphers in -lcrypto... no
|
|
BROKEN_FreeBSD_13= checking for OpenSSL_add_all_ciphers in -lcrypto... no
|
|
BROKEN_FreeBSD_14= checking for OpenSSL_add_all_ciphers in -lcrypto... no
|
|
.endif
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
|
|
${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
|
|
|
|
.include <bsd.port.post.mk>
|