1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xripple/Makefile
Justin M. Seger 123ed7b048 Remove bad MASTER_SITE.
PR:		ports/11071
Submitted by:	mharo
1999-04-11 22:36:49 +00:00

33 lines
902 B
Makefile

# New ports collection makefile for: xripple
# Version required: 1.0 <no version #>
# Date created: 6 Oct 1996
# Whom: oly
#
# $Id: Makefile,v 1.6 1999/03/08 21:14:53 steve Exp $
#
DISTNAME= xripple
PKGNAME= xripple-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/
MAINTAINER= oly@world.std.com
USE_IMAKE= yes
ALL_TARGET= xripple
post-configure:
cd ${WRKSRC}; make clean
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
.include <bsd.port.mk>