freebsd-ports/net/libarms/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
575 B
Makefile

# Created by: shigeru@iij.ad.jp
# $FreeBSD$
PORTNAME= libarms
PORTVERSION= 5.01
PORTREVISION= 2
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:textproc/expat2
GNU_CONFIGURE= yes
USES= gmake libtool
USE_LDCONFIG= yes
USE_OPENSSL= 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>