blob: f1976b7570404d3324d9bef1a19a27c8a179ea29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xdesktopwaves
# Date created: 24 February 2005
# Whom: 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
MAN1= xdesktopwaves.1
USE_XORG= x11 xext
PLIST_FILES= bin/xdesktopwaves
.include <bsd.port.mk>
|