freebsd-ports/x11/ebuttons/files/Makefile
John Baldwin 079dddae7a E-Buttons is an epplet for Enlightenment that provides several buttons
that can be used to launch user applications simliar to the asbutton
utility for Afterstep.

Reviewed by:	jim
2000-03-31 18:23:14 +00:00

10 lines
217 B
Makefile

LIBS = -L${X11BASE}/lib -lepplet
CFLAGS += -I${X11BASE}/include
all: E-Buttons.epplet
E-Buttons.epplet: E-buttons.c
${CC} ${CFLAGS} ${.ALLSRC} ${LIBS} -o ${.TARGET}
clean:
rm -f E-Buttons.epplet E-buttons.epplet