a90179c712
xdesktopwaves is a cellular automata setting the background of your X Windows desktop under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water.
27 lines
784 B
Makefile
27 lines
784 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/11/20 22:14:59 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= xdesktopwaves-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xdesktopwaves/}
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://xdesktopwaves.sourceforge.net/
|
|
COMMENT= Simulates water waves on the X Windows desktop
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_X11= YES
|
|
|
|
MAKE_FLAGS+= CFLAGS="${CFLAGS}"
|
|
MAKE_FLAGS+= LFLAGS="${LDFLAGS}"
|
|
|
|
INSTALLATION_DIRS= bin man/man1 share/doc/xdesktopwaves
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xdesktopwaves ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/xdesktopwaves.1 ${PREFIX}/man/man1/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xdesktopwaves/
|
|
${INSTALL_DATA} ${WRKSRC}/xdesktopwaves.xpm ${PREFIX}/share/pixmaps/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|