blob: dc24ca25963aa83ab8fdaff1a98127a1a7351969 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xdesktopwaves
# Date created: 24 February 2005
# Whom: ericyu@mail2000.com.tw
#
# $FreeBSD$
#
PORTNAME= xdesktopwaves
PORTVERSION= 1.3
PORTREVISION= 1
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>
|