forked from Lainports/freebsd-ports
PR: 252409 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Approved by: jlaffaye (maintainer's timeout 14 days)
28 lines
480 B
Makefile
28 lines
480 B
Makefile
# Created by: Julien Laffaye <kimelto@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bgs
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jlaffaye@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>
|