mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b103e9fa9b
in any format or a solid color onto the root window. It can be controlled through a GTK interface, or from the command line. PR: ports/47189.
19 lines
347 B
Makefile
19 lines
347 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
PROG= chameleon
|
|
SRCS= chameleon.c info.c setfile.c setname.c setrgb.c
|
|
LDADD= `imlib-config --libs` `gtk-config --libs`
|
|
CFLAGS+= `imlib-config --cflags` `gtk-config --cflags`
|
|
|
|
PREFIX?= /usr/X11R6
|
|
DESTDIR= ${PREFIX}
|
|
BINDIR= /bin
|
|
MANDIR= /man/man
|
|
NOMANCOMPRESS= yes
|
|
|
|
FILES= cham.xpm
|
|
FILESDIR= /share/pixmaps
|
|
|
|
.include <bsd.prog.mk>
|