mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
c14e4f5f73
multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine)
33 lines
822 B
Makefile
33 lines
822 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libsmpp34
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
|
|
http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
|
|
|
|
MAINTAINER= koue@chaosophia.net
|
|
COMMENT= Provide an implementation of SMPP-3.4 protocol for PDUs handling
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libxml2.so:textproc/libxml2
|
|
|
|
USES= autoreconf libtool pathfix
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|malloc.h|stdlib.h|' \
|
|
${WRKSRC}/src/smpp34_dumpBuf.c \
|
|
${WRKSRC}/src/smpp34_dumpPdu.c \
|
|
${WRKSRC}/src/smpp34_pack.c \
|
|
${WRKSRC}/src/smpp34_params.c \
|
|
${WRKSRC}/src/smpp34_structs.c \
|
|
${WRKSRC}/src/smpp34_unpack.c
|
|
@${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
|
|
|
|
.include <bsd.port.mk>
|