freebsd-ports/lang/siod/Makefile
Martin Wilke 3e4ed01146 - 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 17:56:05 +00:00

31 lines
670 B
Makefile

# New ports collection makefile for: siod
# Date created: 28 April 1999
# Whom: jkoshy
#
# $FreeBSD$
#
PORTNAME= siod
PORTVERSION= 3.4
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
DISTNAME= siod
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A small footprint implementation of the Scheme programming language
USE_LDCONFIG= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd
MAKE_ENV= LD_LIBRARY_PATH=.
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>