mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ec8a4e66c1
XForms has not been available for FreeBSD/alpha yet.
29 lines
682 B
Makefile
29 lines
682 B
Makefile
# New ports collection makefile for: tycoon
|
|
# Version required: 1.07o
|
|
# Date created: 19 September 1997
|
|
# Whom: steve@farrell.org
|
|
#
|
|
# $Id: Makefile,v 1.5 1998/12/22 05:43:38 asami Exp $
|
|
#
|
|
|
|
DISTNAME= tycoon-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 \
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
# depends on xforms
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
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>
|