1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/misc/openr2/Makefile
Dmitry Marakasov c447a7d155 - Add LICENSE
- Remove bogus MASTER_SITES
- Pet portlint
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2019-04-24 09:01:22 +00:00

32 lines
671 B
Makefile

# Created by: Max Khon <fjoe@FreeBSD.org>
# $FreeBSD$
PORTNAME= openr2
PORTVERSION= 1.3.3
CATEGORIES= misc
MAINTAINER= fjoe@FreeBSD.org
COMMENT= MFC/R2 call setup library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
BUILD_DEPENDS= ${LOCALBASE}/include/dahdi/user.h:misc/dahdi
USE_GITHUB= yes
GH_ACCOUNT= moises-silva
GH_TAGNAME= d6a5716
USES= libtool localbase
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/r2proto.conf \
${STAGEDIR}${PREFIX}/etc/r2proto.conf.sample
${MV} ${STAGEDIR}${PREFIX}/etc/r2test.conf \
${STAGEDIR}${PREFIX}/etc/r2test.conf.sample
.include <bsd.port.mk>