all the things
This commit is contained in:
29
x11/hsetroot/Makefile
Normal file
29
x11/hsetroot/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user