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
|
1999-04-28 11:45:39 +02:00
|
|
|
CATEGORIES= lang
|
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
|
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= jkoshy@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
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= 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=.
|
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>
|