1f36e0d8e1
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)
28 lines
477 B
Makefile
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>
|