1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/libarms/Makefile
Dmitry Marakasov af962652e8 - Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-07-03 15:57:20 +00:00

28 lines
570 B
Makefile

# Created by: shigeru@iij.ad.jp
# $FreeBSD$
PORTNAME= libarms
PORTVERSION= 5.01
PORTREVISION= 1
CATEGORIES= net devel
MASTER_SITES= https://dev.smf.jp/dl/ \
http://dev.smf.jp/dl/
MAINTAINER= shigeru@iij.ad.jp
COMMENT= SMFv2/ARMS client library for C
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
post-configure:
@${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>