1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/arabic/libitl/Makefile
Carlos J. Puga Medina bfe7fad3f4 - Update to 0.8.0
- Switch to USE_GITHUB
- Switch to USES=cmake
- Drop unneeded patches
- Add DOCS option
- Update comment and WWW in pkg-descr
- Take maintainership

Changelog: https://github.com/arabeyes-org/ITL/releases/tag/v0.8.0

PR:		221766
Submitted by:	cpm
2017-12-09 17:35:51 +00:00

32 lines
572 B
Makefile

# Created by: Samy Al Bahra <samy@kerneled.org>
# $FreeBSD$
PORTNAME= libitl
PORTVERSION= 0.8.0
DISTVERSIONPREFIX= v
CATEGORIES= arabic
MAINTAINER= cpm@FreeBSD.org
COMMENT= API abstraction to common Islamic calculations
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= arabeyes-org
GH_PROJECT= ITL
GH_TAGNAME= f8f41cc
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
(cd ${WRKSRC}/new_method/references && ${COPYTREE_SHARE} \
"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>