1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/archivers/xpk/Makefile
Muhammad Moinur Rahman 47e6a6d459 archivers/xpk: Fix build with llvm15
- Pet portclippy
- Adopt port
2023-06-05 20:09:01 +02:00

30 lines
656 B
Makefile

PORTNAME= xpk
PORTVERSION= 0.1.4
PORTREVISION= 3
CATEGORIES= archivers
MASTER_SITES= http://vesuri.jormas.com/xpk/ \
http://www.energyhq.es.eu.org/files/
MAINTAINER= bofh@FreeBSD.org
COMMENT= The eXternal PacKer (XPK) library system
WWW= http://www.jormas.com/~vesuri/xpk/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxpk*.so
.include <bsd.port.post.mk>