aboutsummaryrefslogtreecommitdiff
path: root/games/xripple/Makefile
blob: 830d5c1708ad4ada17f51de5afc39bf46431aa76 (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
25
26
27
28
29
30
# New ports collection makefile for:	xripple
# Date created:				6 Oct 1996
# Whom:					oly
#
# $FreeBSD$
#

PORTNAME=	xripple
PORTVERSION=	1.0
CATEGORIES=	games
MASTER_SITES=	ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \
		ftp://ftp.cin.nihon-u.ac.jp/pub/X11/enlightenment/misc/ \
		ftp://ftp.dataplus.se/pub/linux/enlightenment/misc/ \
		ftp://ftp.devolution.com/pub/enlightenment/ \
		ftp://ftp.dti.ad.jp/.1/X/e/ \
		ftp://ftp.gui.uva.es/pub/linux.new/software/X11/winman/enlightenment/ \
		ftp://ftp.gwdg.de/pub/linux/tux/x/enlightenment/enlightenment/misc/ \
		ftp://ftp.pconline.com/users/gjerde/enlightenment/
DISTNAME=	${PORTNAME}

USE_IMAKE=	yes
ALL_TARGET=	xripple

post-configure:
	cd ${WRKSRC}; make clean

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin

.include <bsd.port.mk>