aboutsummaryrefslogtreecommitdiff
path: root/games/xdesktopwaves/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xdesktopwaves/Makefile')
-rw-r--r--games/xdesktopwaves/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/xdesktopwaves/Makefile b/games/xdesktopwaves/Makefile
new file mode 100644
index 000000000000..5f7feba6e9b5
--- /dev/null
+++ b/games/xdesktopwaves/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xdesktopwaves
+# Date created: 24 February 2005
+# Whom: ericyu@mail2000.com.tw
+#
+# $FreeBSD$
+#
+
+PORTNAME= xdesktopwaves
+PORTVERSION= 1.3
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Simulation of water waves on the desktop
+
+USE_X_PREFIX= yes
+
+MAN1= xdesktopwaves.1
+
+PLIST_FILES= bin/xdesktopwaves
+
+.include <bsd.port.mk>