freebsd-ports/devel/libmaa/Makefile
2021-12-22 02:46:21 +08:00

28 lines
504 B
Makefile

# Created by: chinsan
PORTNAME= libmaa
PORTVERSION= 1.4.7
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides a few data structures and helpful functions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
BUILD_DEPENDS= mk-configure>=0.29.1:devel/mk-configure
MAKE_ARGS= DOCDIR=${DOCSDIR}
MAKE_CMD= mkcmake
USE_LDCONFIG= yes
GH_ACCOUNT= cheusov
USE_GITHUB= yes
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaa.so
.include <bsd.port.mk>