xenocara/app/fvwm/sample.fvwmrc/Makefile

31 lines
706 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2006/12/02 16:28:48 matthieu Exp $
.include "../Makefile.inc"
NOOBJ=Yes
depend:
all:
install:
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwmrc \
${DESTDIR}${FVWMLIBDIR}/.fvwmrc
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwm2rc \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/decor_examples \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/new-features \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwm2rc-sample-1 \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwm2rc-sample-2 \
${DESTDIR}${FVWMLIBDIR}
clean:
cleandir:
.include <bsd.own.mk>
.include <bsd.xorg.mk>