openbsd-ports/games/xripple/Makefile
2006-11-13 10:08:12 +00:00

31 lines
680 B
Makefile

# $OpenBSD: Makefile,v 1.13 2006/11/13 10:08:13 steven Exp $
COMMENT= "screen bottom ripples like a pool of water"
DISTNAME= xripple
PKGNAME= xripple-1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.devolution.com/pub/enlightenment/
MAINTAINER= Michael Shalayeff <mickey@openbsd.org>
PERMIT_PACKAGE_CDROM= "no license available"
PERMIT_PACKAGE_FTP= "no license available"
PERMIT_DISTFILES_CDROM= "no license available"
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m
CONFIGURE_STYLE=imake
ALL_TARGET= xripple
USE_X11= Yes
NO_REGRESS= Yes
post-configure:
@cd ${WRKSRC}; ${MAKE} clean
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
.include <bsd.port.mk>