openbsd-ports/games/xripple/Makefile

37 lines
1.0 KiB
Makefile
Raw Normal View History

2002-10-26 16:44:38 -04:00
# $OpenBSD: Makefile,v 1.10 2002/10/26 20:44:40 naddy Exp $
COMMENT= "screen bottom ripples like a pool of water"
DISTNAME= xripple
PKGNAME= xripple-1.0
CATEGORIES= games
2002-10-26 16:44:38 -04: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/
2000-10-22 10:02:46 -04:00
MAINTAINER= Michael Shalayeff <mickey@openbsd.org>
2000-03-16 19:26:36 -05:00
PERMIT_PACKAGE_CDROM= "no license available"
PERMIT_PACKAGE_FTP= "no license available"
PERMIT_DISTFILES_CDROM= "no license available"
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=imake
ALL_TARGET= xripple
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
post-configure:
@cd ${WRKSRC}; ${MAKE} clean
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
.include <bsd.port.mk>