aboutsummaryrefslogtreecommitdiff
path: root/shells/bicon/Makefile
blob: 6d71a47dadbd9fca1cab8a2ada702b64b781254a (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
27
28
29
30
31
32
33
34
# Created by: Carlos Jacobo Puga Medina <cpm@FreeBSD.org>

PORTNAME=	bicon
PORTVERSION=	0.5
CATEGORIES=	shells

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Bidirectional text console

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfribidi.so:converters/fribidi

USES=		autoreconf libtool pathfix pkgconfig shebangfix
SHEBANG_FILES=	bin/bicon.in \
		font/bicon-bdf2psf.pl
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

USE_GITHUB=	yes
GH_ACCOUNT=	behdad

PORTDOCS=	AUTHORS HISTORY HISTORY.farsi NEWS README THANKS TODO

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>