1999-03-08 21:15:04 +00:00
|
|
|
# New ports collection makefile for: xripple
|
|
|
|
# Version required: 1.0 <no version #>
|
1996-11-09 00:01:32 +00:00
|
|
|
# Date created: 6 Oct 1996
|
|
|
|
# Whom: oly
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1996-11-09 00:01:32 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xripple
|
|
|
|
PKGNAME= xripple-1.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= games
|
1999-03-08 21:15:04 +00:00
|
|
|
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/
|
1996-11-09 00:01:32 +00:00
|
|
|
|
|
|
|
MAINTAINER= oly@world.std.com
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
1997-06-12 06:08:02 +00:00
|
|
|
ALL_TARGET= xripple
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
cd ${WRKSRC}; make clean
|
1996-11-09 00:01:32 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|