1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/libjabber/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

23 lines
419 B
Makefile

# New ports collection makefile for: libjabber
# Date created: 4 April 2000
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
#
# $FreeBSD$
#
PORTNAME= libjabber
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://download.jabber.org/dists/1.0/
MAINTAINER= lukin@okbmei.msk.su
LIB_DEPENDS= xode.1:${PORTSDIR}/textproc/libxode
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAN1= jabber-config.1
.include <bsd.port.mk>