all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 additions and 0 deletions

29
x11/hsetroot/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# $OpenBSD$
COMMENT = wallpaper changer that works with compositors
CATEGORIES = x11
GH_ACCOUNT = himdel
GH_PROJECT = hsetroot
GH_TAGNAME = 1.0.5
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
# GPLv2 only
PERMIT_PACKAGE = Yes
WANTLIB += Imlib2 X11 Xinerama c
LIB_DEPENDS = graphics/imlib2
USE_GMAKE = Yes
MAKE_FLAGS = CC="${CC}"
FAKE_FLAGS = DESTDIR=
NO_TEST = Yes
post-install:
${INSTALL_MAN} ${FILESDIR}/hsetroot.1 ${PREFIX}/man/man1
.include <bsd.port.mk>