1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/xdesktopwaves/Makefile
2021-04-06 16:31:07 +02:00

22 lines
408 B
Makefile

# Created by: ericyu@mail2000.com.tw
PORTNAME= xdesktopwaves
PORTVERSION= 1.4
CATEGORIES= games
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simulation of water waves on the desktop
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg
USE_XORG= x11 xext
PLIST_FILES= bin/xdesktopwaves \
man/man1/xdesktopwaves.1.gz
.include <bsd.port.mk>