# New ports collection makefile for:	tycoon
# Date created:		19 September 1997
# Whom:			steve@farrell.org
#
# $FreeBSD: ports/x11/tycoon/Makefile,v 1.10 2000/08/03 09:28:44 asami Exp $
#

PORTNAME=	tycoon
PORTVERSION=	1.07o	
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	X11/desktop

MAINTAINER=	steve@farrell.org

LIB_DEPENDS=	xforms:${PORTSDIR}/x11-toolkits/xforms

USE_IMAKE=	yes
USE_XPM=	yes
NO_INSTALL_MANPAGES=	yes

pre-install:
	@cd ${WRKSRC}/xbackdrop/backdrops; ${MV} index index.orig; ${SED} -e 's,/usr/lib,${PREFIX}/lib,' index.orig > index; ${RM} index.orig index~

.include <bsd.port.mk>
