mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
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
20 lines
390 B
Makefile
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>
|