Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= fribidi |
4 |
PORTNAME= fribidi |
5 |
PORTVERSION= 0.19.2 |
5 |
PORTVERSION= 0.19.7 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES= converters |
6 |
CATEGORIES= converters |
8 |
MASTER_SITES= http://fribidi.org/download/ |
7 |
MASTER_SITES= http://fribidi.org/download/ |
9 |
|
8 |
|
Lines 10-19
Link Here
|
10 |
MAINTAINER= gnome@FreeBSD.org |
9 |
MAINTAINER= gnome@FreeBSD.org |
11 |
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm |
10 |
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm |
12 |
|
11 |
|
13 |
USES= gmake libtool pathfix |
12 |
LICENSE= LGPL21 |
|
|
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
15 |
USES= gmake libtool pathfix tar:bz2 |
14 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
15 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
16 |
CONFIGURE_ARGS= --without-glib |
18 |
CONFIGURE_ARGS= --enable-static --without-glib |
17 |
INSTALL_TARGET= install-strip |
19 |
INSTALL_TARGET= install-strip |
18 |
|
20 |
|
19 |
.if !defined(WITH_DEBUG) |
21 |
.if !defined(WITH_DEBUG) |