openbsd-ports/editors/abiword/Makefile
2006-11-11 21:04:27 +00:00

75 lines
2.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.59 2006/11/11 21:04:27 steven Exp $
COMMENT= "free cross-platform WYSIWYG word processor"
VERSION= 2.4.5
MAJORVER= ${VERSION:C/..$//}
DISTNAME= abiword-${VERSION}
CATEGORIES= editors
HOMEPAGE= http://www.abisource.com/
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= fribidi::devel/fribidi \
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
gnomeprintui-2-2::x11/gnome/libgnomeprintui
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xft Xrender art_lgpl_2 atk-1.0 c \
fontconfig freetype glade-2.0 glib-2.0 gmodule-2.0 \
gnomecanvas-2 gnomeprint-2-2 gobject-2.0 \
gthread-2.0 m pango-1.0 pangocairo-1.0 cairo \
pangoft2-1.0 pangoxft-1.0 png popt pthread stdc++ \
xml2.>=9 z
MASTER_SITES= ${HOMEPAGE}/downloads/abiword/${VERSION}/source/
USE_GMAKE= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-gucharmap --disable-enchant --without-pspell
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DMAXSTRINGCHARS=512" \
LDFLAGS="-L${LOCALBASE}/lib"
FLAVORS= gnome
FLAVOR?=
.if ${FLAVOR:L:Mgnome}
LIB_DEPENDS+= gnomeui-2::x11/gnome/libgnomeui \
ORBit-2::devel/ORBit2
WANTLIB+= ORBit-2 bonobo-2 bonobo-activation bonoboui-2 \
gconf-2 gnome-2 gnomeui-2 gnomevfs-2
CONFIGURE_ARGS+= --enable-gnome
.endif
MAKE_FILE= GNUmakefile
WRKDIST= ${WRKDIR}/abiword-${VERSION}
WRKSRC= ${WRKDIST}/abi
SUBST_VARS= MAJORVER
pre-configure:
@perl -pi -e "s|libpng12|libpng|g" ${WRKSRC}/configure
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/abiword/Manual
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/abiword/Tutorials
${INSTALL_MAN} ${WRKDIST}/abiword-docs/man/abiword.1 \
${PREFIX}/man/man1
${INSTALL_DATA} ${WRKDIST}/abiword-docs/Manual/en/Abiword_Manual.abw \
${PREFIX}/share/doc/abiword/Manual
cd ${WRKDIST}/abiword-docs/Tutorials && tar cf - jmp klw | \
tar xf - -C ${PREFIX}/share/doc/abiword/Tutorials
.include <bsd.port.mk>