24 lines
441 B
Makefile
24 lines
441 B
Makefile
|
COMMENT = binary I/O stream class library
|
||
|
|
||
|
DISTNAME = libbinio-1.5
|
||
|
EXTRACT_SUFX = .tar.bz2
|
||
|
SHARED_LIBS += binio 0.0 # 1.0
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = https://adplug.github.io/libbinio/
|
||
|
|
||
|
# LGPLv2.1+
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += m ${COMPILER_LIBCXX}
|
||
|
|
||
|
COMPILER = base-clang ports-gcc base-gcc
|
||
|
|
||
|
MASTER_SITES = https://github.com/adplug/libbinio/releases/download/${DISTNAME}/
|
||
|
|
||
|
CONFIGURE_STYLE = gnu
|
||
|
|
||
|
.include <bsd.port.mk>
|