openbsd-ports/editors/abiword/Makefile

77 lines
2.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.68 2008/06/15 00:06:52 sthen Exp $
COMMENT= free cross-platform WYSIWYG word processor
VERSION= 2.4.6
MAJORVER= ${VERSION:C/..$//}
DISTNAME= abiword-${VERSION}
PKGNAME= ${DISTNAME}p5
CATEGORIES= editors
2000-07-17 03:34:57 -04:00
HOMEPAGE= http://www.abisource.com/
2000-07-17 03:34:57 -04:00
MODULES= devel/gettext
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= fribidi::devel/fribidi \
popt::devel/popt \
2006-09-18 07:50:39 -04: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 17:51:14 -05:00
# GPL
2000-03-16 17:32:35 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 09:06:21 -05:00
WANTLIB= ICE SM X11 Xext Xft Xrender art_lgpl_2 atk-1.0 c Xrandr \
Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \
expat fontconfig freetype gailutil glade-2.0 glib-2.0 \
gmodule-2.0 gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \
2006-09-18 07:50:39 -04:00
gthread-2.0 m pango-1.0 pangocairo-1.0 cairo \
pangoft2-1.0 pangoxft-1.0 pixman-1 png pthread stdc++ \
2006-08-01 19:39:08 -04:00
xml2.>=9 z
2002-10-17 14:37:13 -04:00
MASTER_SITES= ${HOMEPAGE}/downloads/abiword/${VERSION}/source/
2002-10-17 14:37:13 -04:00
USE_GMAKE= Yes
2006-11-11 16:04:27 -05:00
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
2006-09-18 07:50:39 -04: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 17:51:14 -05:00
WRKDIST= ${WRKDIR}/abiword-${VERSION}
WRKSRC= ${WRKDIST}/abi
2003-08-16 12:32:58 -04:00
SUBST_VARS= MAJORVER
pre-configure:
@perl -pi -e "s|libpng12|libpng|g" ${WRKSRC}/configure
1999-11-08 09:05:52 -05: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 13:33:56 -04:00
${PREFIX}/man/man1
${INSTALL_DATA} ${WRKDIST}/abiword-docs/Manual/en/Abiword_Manual.abw \
2005-07-29 13:33:56 -04: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 09:05:52 -05:00
.include <bsd.port.mk>