freebsd-ports/x11/xnodecor/files/Makefile
2013-11-07 02:04:11 +00:00

15 lines
278 B
Makefile

# $FreeBSD$
CFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
LIBS= -lX11
all: xnodecor
xnodecor:
$(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS)
install:
${BSD_INSTALL_PROGRAM} xnodecor ${DESTDIR}${PREFIX}/bin
clean:
rm -f *.rej a.out core xnodecor