freebsd-ports/x11/bgs/Makefile
Yuri Victorovich 1f36e0d8e1 Maintainer reset for jlaffaye
Reason: Many bug reports (including bug#253256) related to jlaffaye's ports timed out in the period from April 2020 to now.

PR:		253256
Approved by:	jlaffaye (maintainer's timeout 14 days)
2021-02-18 21:06:55 +00:00

28 lines
477 B
Makefile

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