18 lines
331 B
Makefile
18 lines
331 B
Makefile
# Created by: ericyu@mail2000.com.tw
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdesktopwaves
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simulation of water waves on the desktop
|
|
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/xdesktopwaves \
|
|
man/man1/xdesktopwaves.1.gz
|
|
|
|
.include <bsd.port.mk>
|