1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/axmldec/Makefile
2019-12-11 17:53:48 +00:00

26 lines
514 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= axmldec
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= danfe@FreeBSD.org
COMMENT= Stand-alone binary AndroidManifest.xml decoder
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libminizip.so:archivers/minizip \
libboost_system.so:devel/boost-libs
USES= cmake compiler:c++14-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ytsutano
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>