blob: d040848d2c2cfcb5d9746508b1d5abc2419141c7 (
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
35
|
# Created by: Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bicon
PORTVERSION= 0.5
CATEGORIES= shells
MAINTAINER= cpm@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>
|