1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11/bgs/Makefile
Nuno Teixeira 98f08148d0 */*: Bump consumers of graphics/imlib2
New version of imlib2 in tree
2024-01-20 13:55:49 +00:00

30 lines
504 B
Makefile

PORTNAME= bgs
DISTVERSIONPREFIX= v
DISTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple X11 BackGround Setter using Imlib2
WWW= https://github.com/Gottox/bgs
LICENSE= MIT
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USES= pkgconfig xorg
USE_XORG= x11 xinerama
USE_GITHUB= yes
GH_ACCOUNT= Gottox
MAKE_ARGS= PREFIX="${PREFIX}"
PLIST_FILES= bin/bgs \
share/man/man1/bgs.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bgs
.include <bsd.port.mk>