mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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
25 lines
483 B
Makefile
25 lines
483 B
Makefile
# New ports collection makefile for: libetherx
|
|
# Date created: 4 April 2000
|
|
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libetherx
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.jabber.org/dists/1.0/
|
|
|
|
MAINTAINER= lukin@okbmei.msk.su
|
|
|
|
LIB_DEPENDS= jabber.1:${PORTSDIR}/net/libjabber \
|
|
pth.13:${PORTSDIR}/devel/pth \
|
|
adns.0:${PORTSDIR}/net/adns
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= etherx-config.1
|
|
|
|
.include <bsd.port.mk>
|