freebsd-ports/lang/siod/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

31 lines
648 B
Makefile

# New ports collection makefile for: siod
# Date created: 28 April 1999
# Whom: jkoshy
#
# $FreeBSD$
#
PORTNAME= siod
PORTVERSION= 3.4
CATEGORIES= lang
MASTER_SITES= http://people.delphi.com/gjc/\
ftp://ftp.std.com/pub/gjc/ \
http://freefall.freebsd.org/~jkoshy/PORTS/
DISTNAME= siod
EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@FreeBSD.org
INSTALLS_SHLIB= 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>