1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11/xskyroot/Makefile
Muhammad Moinur Rahman 4c2bb9fcd1 x11/xskyroot: Fix build with llvm15
- Pet portclippy
- Reresh pathces
- Use DISTNAME and EXTRACT_SUFX instead of DISTFILES
2023-06-03 17:38:52 +02:00

33 lines
688 B
Makefile

PORTNAME= xskyroot
PORTVERSION= 920428
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.sra.co.jp/pub/news/fj.sources/V10/
DISTNAME= 1079
EXTRACT_SUFX= .gz
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Realtime sky drawer for X root window
LICENSE= NONE
USES= imake xorg
USE_XORG= x11
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= | ${SED} -e "/^...bin.sh/,/exit 0/!d" | ${SH}
NO_WRKSUBDIR= yes
PLIST_FILES= bin/xskyroot
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>