1997-11-24 05:02:48 +00:00
|
|
|
# New ports collection makefile for: tycoon
|
|
|
|
# Version required: 1.07o
|
|
|
|
# Date created: 19 September 1997
|
|
|
|
# Whom: steve@farrell.org
|
|
|
|
#
|
1998-09-26 23:18:10 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/08/07 23:56:55 asami Exp $
|
1997-11-24 05:02:48 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= tycoon-1.07o
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= X11/desktop
|
|
|
|
|
|
|
|
MAINTAINER= steve@farrell.org
|
|
|
|
|
1998-09-26 23:18:10 +00:00
|
|
|
BROKEN_ELF= xforms is a.out only
|
|
|
|
|
1998-08-07 23:56:56 +00:00
|
|
|
LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms
|
1997-11-24 05:02:48 +00:00
|
|
|
|
|
|
|
USE_IMAKE= 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>
|