1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11/chameleon/files/Makefile
Mark Linimon b103e9fa9b Chameleon is an application which allows the user to put a picture
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.
2003-11-15 05:02:21 +00:00

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>