1999-04-28 11:45:39 +02:00
|
|
|
# New ports collection makefile for: siod
|
|
|
|
# Date created: 28 April 1999
|
|
|
|
# Whom: jkoshy
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1999-04-28 11:45:39 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= siod
|
|
|
|
PORTVERSION= 3.4
|
2003-08-28 02:01:09 +02:00
|
|
|
CATEGORIES= lang scheme
|
2002-05-04 23:27:18 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2001-09-03 10:32:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= jkoshy
|
2000-04-12 08:21:15 +02:00
|
|
|
DISTNAME= siod
|
1999-04-28 11:45:39 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2008-04-10 11:21:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A small footprint implementation of the Scheme programming language
|
1999-04-28 11:45:39 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-06-15 19:59:45 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
1999-04-28 11:45:39 +02:00
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= freebsd
|
1999-05-06 07:21:19 +02:00
|
|
|
MAKE_ENV= LD_LIBRARY_PATH=.
|
2009-11-22 20:49:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1999-04-28 11:45:39 +02:00
|
|
|
|
|
|
|
MAN1= siod.1 snapshot-dir.1 snapshot-compare.1 http-get.1 \
|
|
|
|
cp-build.1 ftp-cp.1 csiod.1 ftp-put.1 ftp-test.1 ftp-get.1 \
|
|
|
|
http-stress.1 proxy-server.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|