mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
27 lines
442 B
Makefile
27 lines
442 B
Makefile
COMMENT = decompression routines for ancient formats
|
|
|
|
GH_ACCOUNT = temisu
|
|
GH_PROJECT = ancient
|
|
GH_TAGNAME = v2.3.0
|
|
|
|
SHARED_LIBS += ancient 0.0 # 2.3
|
|
|
|
CATEGORIES = archivers
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} c m
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
BUILD_DEPENDS = devel/autoconf-archive
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
AUTOMAKE_VERSION = 1.16
|
|
AUTORECONF = autoreconf -i
|
|
|
|
CONFIGURE_STYLE = autoreconf
|
|
|
|
.include <bsd.port.mk>
|