1999-05-04 08:26:02 -04:00
|
|
|
# New ports collection makefile for: AbiWord
|
|
|
|
# Date created: 3 Mar 1999
|
1999-08-31 02:53:31 -04:00
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
1999-05-04 08:26:02 -04:00
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1999-05-04 08:26:02 -04:00
|
|
|
#
|
|
|
|
|
2001-01-03 02:51:17 -05:00
|
|
|
# Note: this port cannot be built when the textproc/mswordview port is
|
|
|
|
# already installed, due to header file conflicts and the very broken
|
|
|
|
# AbiWord build system.
|
|
|
|
|
2000-04-13 20:25:54 -04:00
|
|
|
PORTNAME= AbiWord
|
2001-10-02 03:21:21 -04:00
|
|
|
PORTVERSION= 0.9.4
|
1999-05-04 08:26:02 -04:00
|
|
|
CATEGORIES= editors
|
2001-08-08 11:46:45 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
|
|
|
MASTER_SITE_SUBDIR= abiword
|
|
|
|
DISTNAME= abiword-${PORTVERSION}
|
1999-05-04 08:26:02 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-05-04 08:26:02 -04:00
|
|
|
|
2000-05-22 05:41:36 -04:00
|
|
|
# unzip is needed during the installation process
|
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
2001-09-10 23:32:41 -04:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2001-08-21 10:52:59 -04:00
|
|
|
giconv.2:${PORTSDIR}/converters/libiconv \
|
|
|
|
psiconv.7:${PORTSDIR}/converters/psiconv
|
1999-05-04 08:26:02 -04:00
|
|
|
|
|
|
|
DIST_SUBDIR= AbiWord
|
|
|
|
|
2001-08-08 11:46:45 -04:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/abi
|
|
|
|
|
2001-10-30 05:08:06 -05:00
|
|
|
USE_AUTOMAKE= yes
|
1999-10-31 19:53:16 -05:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 02:36:23 -04:00
|
|
|
USE_GTK= yes
|
2001-10-30 05:08:06 -05:00
|
|
|
AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
|
2001-08-08 11:46:45 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lgiconv"
|
|
|
|
MAKEFILE= GNUmakefile
|
2001-10-30 03:52:06 -05:00
|
|
|
FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${PERL} -pi -e \
|
|
|
|
's|\$$\(libdir\)/\@PACKAGE\@|\$$\(datadir\)/\@PACKAGE\@|g ; \
|
|
|
|
s|\@DEFS\@|-I${WRKSRC}/../libiconv/include \@DEFS\@|g'
|
2001-08-08 11:46:45 -04:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
|
2001-08-16 09:13:50 -04:00
|
|
|
@cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
|
2001-10-02 03:21:21 -04:00
|
|
|
@${RM} -f ${WRKSRC}/configure.ac
|
1999-10-31 19:53:16 -05:00
|
|
|
|
2001-08-20 09:27:17 -04:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2001-08-08 11:46:45 -04:00
|
|
|
.include <bsd.port.mk>
|