freebsd-ports/x11/bgs/Makefile
Adam Weinberger d17ef79851 Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
2020-04-06 17:04:43 +00:00

25 lines
500 B
Makefile

# Created by: Julien Laffaye <kimelto@gmail.com>
# $FreeBSD$
PORTNAME= bgs
PORTVERSION= 0.5
PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://s01.de/~gottox/files/bgs/ \
http://laffaye.free.fr/distfiles/
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Simple X11 BackGround Setter using Imlib2
LIB_DEPENDS= libImlib2.so:graphics/imlib2
USES= xorg
USE_XORG= x11 xinerama
PLIST_FILES= bin/bgs \
man/man1/bgs.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bgs
.include <bsd.port.mk>