1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/libarms/Makefile
Alexey Dokuchaev 361c9fd49e - Unbreak the build against modern versions of OpenSSL
- Convert to USES+=localbase, define LICENSE (BSD2CLAUSE)
2020-09-08 14:25:18 +00:00

28 lines
561 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
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= gmake libtool localbase ssl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-configure:
@${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>