mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
2aa17b1f5c
Use C99 to fix build: hsr-outputs.c:71: error: 'for' loop initial declaration used outside C99 mode
32 lines
579 B
Makefile
32 lines
579 B
Makefile
# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hsetroot
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Wallpaper manipulation utility for X11
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
|
|
|
USE_CSTD= c99
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= himdel
|
|
|
|
USES= gmake pkgconfig xorg
|
|
USE_XORG= x11 xinerama
|
|
|
|
PLIST_FILES= bin/hsetroot bin/hsr-outputs
|
|
PORTDOCS= README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|