aboutsummaryrefslogtreecommitdiff
path: root/archivers/ancient/Makefile
blob: 6c2b34a388b6aa643911f67fb6b717a7b58b649b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	ancient
PORTVERSION=	2.1.1
DISTVERSIONPREFIX=	v
CATEGORIES=	archivers

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Decompression routines for ancient formats
WWW=		https://github.com/temisu/ancient

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive

USES=		autoreconf gmake libtool pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	temisu
GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>