freebsd-ports/audio/libshout/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

20 lines
390 B
Makefile

# New ports collection makefile for: libshout
# Date created: 06 Jun 2000
# Whom: zach@pabst.bendnet.com
#
# $FreeBSD$
#
PORTNAME= libshout
PORTVERSION= 1.0.3
CATEGORIES= audio net
MASTER_SITES= http://developer.icecast.org/libshout/releases/
MAINTAINER= zach@pabst.bendnet.com
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>