freebsd-ports/devel/libosmo-abis/Makefile
Jan Beich e1c8db4c82 - Unbreak on DragonFly
- Unbreak on big-endian archs [1]
- Unbreak and rename DOCS option [2]
- Convert to USES=autoreconf
- Convert to USES=pathfix
- Convert to INSTALL_TARGET=install-strip
- Convert to PORTDOCS
- Fix whitespace
- Bump PORTREVISION for [1], [2]

Differential Revision:	https://reviews.freebsd.org/D1947
PR:		197948
Reviewed by:	marino, pi
Approved by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2015-02-24 08:00:58 +00:00

27 lines
681 B
Makefile

# $FreeBSD$
PORTNAME= libosmo-abis
PORTVERSION= 0.3.1
CATEGORIES= devel
MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ \
http://chaosophia.net/downloads/osmocom/${PORTNAME}/
MAINTAINER= koue@chaosophia.net
COMMENT= Shared code regarding the A-bis interface between BTS and BSC
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libosmocore.so:${PORTSDIR}/devel/libosmocore \
libortp.so:${PORTSDIR}/net/ortp
USES= autoreconf gmake libtool pathfix pkgconfig
PATHFIX_MAKEFILEIN=Makefile.am
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
post-patch:
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
.include <bsd.port.mk>