mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
361c9fd49e
- Convert to USES+=localbase, define LICENSE (BSD2CLAUSE)
28 lines
561 B
Makefile
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>
|