openbsd-ports/x11/xfishtank/Makefile
2008-02-02 09:18:54 +00:00

28 lines
581 B
Makefile

# $OpenBSD: Makefile,v 1.18 2008/02/02 09:18:54 steven Exp $
COMMENT= fish swim in the background of your screen
DISTNAME= xfishtank-2.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
PERMIT_DISTFILES_CDROM= no license
PERMIT_DISTFILES_FTP= no license
WANTLIB= X11 Xau Xdmcp Xext c m
USE_X11= Yes
CONFIGURE_STYLE= imake noman
WRKDIST= ${WRKDIR}/xfishtank2.0
post-patch:
@cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} clean
NO_REGRESS= Yes
.include <bsd.port.mk>