74 lines
2.0 KiB
Makefile
Raw Normal View History

2006-09-18 11:50:39 +00:00
# $OpenBSD: Makefile,v 1.58 2006/09/18 11:50:39 espie Exp $
COMMENT= "free cross-platform WYSIWYG word processor"
VERSION= 2.4.5
MAJORVER= ${VERSION:C/..$//}
DISTNAME= abiword-${VERSION}
CATEGORIES= editors
2000-07-17 07:34:57 +00:00
HOMEPAGE= http://www.abisource.com/
2000-07-17 07:34:57 +00:00
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
1999-11-08 14:05:52 +00:00
LIB_DEPENDS= fribidi::devel/fribidi \
2006-09-18 11:50:39 +00:00
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
gnomeprintui-2-2::x11/gnome/libgnomeprintui
2004-01-10 22:51:14 +00:00
# GPL
2000-03-16 22:32:35 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-09-18 11:50:39 +00:00
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++ \
2006-08-01 23:39:08 +00:00
xml2.>=9 z
2002-10-17 18:37:13 +00:00
MASTER_SITES= ${HOMEPAGE}/downloads/abiword/${VERSION}/source/
2002-10-17 18:37:13 +00:00
USE_GMAKE= 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
2006-09-18 11:50:39 +00:00
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
2004-01-10 22:51:14 +00:00
WRKDIST= ${WRKDIR}/abiword-${VERSION}
WRKSRC= ${WRKDIST}/abi
2003-08-16 16:32:58 +00:00
SUBST_VARS= MAJORVER
pre-configure:
@perl -pi -e "s|libpng12|libpng|g" ${WRKSRC}/configure
1999-11-08 14:05:52 +00:00
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 \
2005-07-29 17:33:56 +00:00
${PREFIX}/man/man1
${INSTALL_DATA} ${WRKDIST}/abiword-docs/Manual/en/Abiword_Manual.abw \
2005-07-29 17:33:56 +00:00
${PREFIX}/share/doc/abiword/Manual
cd ${WRKDIST}/abiword-docs/Tutorials && tar cf - jmp klw | \
tar xf - -C ${PREFIX}/share/doc/abiword/Tutorials
1999-11-08 14:05:52 +00:00
.include <bsd.port.mk>