mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# New ports collection makefile for: fribidi
|
|
# Date created: 17 July 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fribidi
|
|
PORTVERSION= 0.1.12
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/
|
|
|
|
PATCH_SITES= ftp://ftp.gtk.org/pub/gtk/v1.3/dependencies/
|
|
PATCHFILES= fribidi-0.1.12-glib2.patch
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
LIB_DEPENDS= glib-1.3.1:${PORTSDIR}/devel/glib13
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|