Folded icon lib into icon/lib.

This commit is contained in:
espie 1999-08-20 19:59:29 +00:00
parent b4e79ed441
commit 3d261cf04b
6 changed files with 1 additions and 1224 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 1999/08/02 21:51:34 niklas Exp $
# $OpenBSD: Makefile,v 1.18 1999/08/20 19:59:29 espie Exp $
# $FreeBSD: Makefile,v 1.89 1997/11/24 09:24:06 tg Exp $
#
@ -25,7 +25,6 @@
SUBDIR += guile
# SUBDIR += hugs
SUBDIR += icon
SUBDIR += icon_lib
# SUBDIR += idl4
# SUBDIR += itcl
# SUBDIR += javac_netscape

View File

@ -1,62 +0,0 @@
# Icon library port
# $OpenBSD: Makefile,v 1.4 1999/07/13 20:55:42 espie Exp $
DISTNAME=icon_lib-9.3.2
DIST_SUBDIR=icon
CATEGORIES=lang
MAINTAINER=espie@openbsd.org
# if you really want, the ipl.tgz file holds precompiled u1/u2 files
# however, you will still have to grab the source for the necessary
# includes, especially for the graphics API.
# Anyway, since source is available, using pre-compiled binaries is not
# OpenBSD policy...
MASTER_SITES=
DISTFILES=bipl.tgz gipl.tgz info.tgz
USE_X11=yes
NO_WRKSUBDIR=yes
MASTER_SITES=ftp://ftp.cs.arizona.edu:/icon/library/
BUILD_DEPENDS=${PREFIX}/bin/icont:${PORTSDIR}/lang/icon
RUN_DEPENDS=${PREFIX}/bin/iconx:${PORTSDIR}/lang/icon
# temporary values for building programs
IPATH=${WRKSRC}/gprocs ${WRKSRC}/procs
LPATH=${WRKSRC}/gincl ${WRKSRC}/incl
BUILDENV=IPATH="${IPATH}" LPATH="${LPATH}"; export IPATH LPATH;
IPL=${PREFIX}/share/ipl
do-build:
# first build library
${BUILDENV} cd ${WRKSRC} && /bin/sh Ucode && /bin/sh Ugcode
# then build programs using library
${BUILDENV} cd ${WRKSRC} && /bin/sh Icode && /bin/sh Igcode
# finally build some supplementary packages
${BUILDENV} cd ${WRKSRC}/gpacks/vib && make
${BUILDENV} cd ${WRKSRC}/gpacks/xtiles && icont xtiles.icn
do-install:
${INSTALL_DATA_DIR} ${IPL}/ucode
${INSTALL_DATA} ${WRKSRC}/procs/*.u[12] ${IPL}/ucode
${INSTALL_DATA} ${WRKSRC}/gprocs/*.u[12] ${IPL}/ucode
${INSTALL_DATA_DIR} ${IPL}/incl
${INSTALL_DATA} ${WRKSRC}/incl/* ${IPL}/incl
${INSTALL_DATA_DIR} ${IPL}/gincl
${INSTALL_DATA} ${WRKSRC}/gincl/* ${IPL}/gincl
${INSTALL_PROGRAM_DIR} ${IPL}/bin
${INSTALL_PROGRAM} ${WRKSRC}/gpacks/vib/vib ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/gpacks/xtiles/xtiles ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gpacks/xtiles/xtiles.6 ${PREFIX}/man/man6
# we separate icon sample program from the rest of the world, especially
# as we can share them between architectures
find ${WRKSRC}/progs -type f -perm -a+x -exec ${INSTALL_SCRIPT} {} ${IPL}/bin \;
find ${WRKSRC}/gprogs -type f -perm -a+x -exec ${INSTALL_SCRIPT} {} ${IPL}/bin \;
.include <bsd.port.mk>

View File

@ -1,9 +0,0 @@
MD5 (icon/bipl.tgz) = 13e3a0659016c88873ec91cae6c89523
MD5 (icon/gipl.tgz) = 7885db634caa4be7da4a0ea31f804172
MD5 (icon/info.tgz) = 56e2488e05115bbc0477ae8463fadfd8
RMD160 (icon/bipl.tgz) = 5850b69524981e94f2b0c41b0b6521f8301c6403
RMD160 (icon/gipl.tgz) = e933e11c270cb18a1992afeaa0dbff9ad7172a4b
RMD160 (icon/info.tgz) = 5d2623368ae35d032241335bf544942e50b549a2
SHA1 (icon/bipl.tgz) = 9acbd21a94764daf5ad7c3ee538aa52143df541c
SHA1 (icon/gipl.tgz) = 5cb0951e3fdb8e7e6c03ca0f65a5a1d0f83e9386
SHA1 (icon/info.tgz) = 521eeb2bb0affb32e253753fb91a02374955ad67

View File

@ -1 +0,0 @@
useful and interesting programs for Icon

View File

@ -1,3 +0,0 @@
Icon normally comes with this program library, that ranges from simple
example programs to parts of the graphics interface to X, which actually
can be said to be a part of Icon, proper

File diff suppressed because it is too large Load Diff