ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

30 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.16 2015/05/22 11:31:12 ajacoutot Exp $
COMMENT= library implementing the Unicode Bidirectional Algorithm
DISTNAME= fribidi-0.19.6
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}download/
EXTRACT_SUFX= .tar.bz2
REVISION= 0
SHARED_LIBS += fribidi 2.0 # 3.4
HOMEPAGE= http://fribidi.org/
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static \
--without-glib
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/fribidi-config ${PREFIX}/bin
.include <bsd.port.mk>