1999-05-04 14:26:02 +02:00
|
|
|
# New ports collection makefile for: AbiWord
|
|
|
|
# Date created: 3 Mar 1999
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
1999-05-04 14:26:02 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-05-04 14:26:02 +02:00
|
|
|
#
|
|
|
|
|
2001-01-03 08:51:17 +01: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-14 02:25:54 +02:00
|
|
|
PORTNAME= AbiWord
|
2001-10-02 09:21:21 +02:00
|
|
|
PORTVERSION= 0.9.4
|
1999-05-04 14:26:02 +02:00
|
|
|
CATEGORIES= editors
|
2001-08-08 17:46:45 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
|
|
|
MASTER_SITE_SUBDIR= abiword
|
|
|
|
DISTNAME= abiword-${PORTVERSION}
|
1999-05-04 14:26:02 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-05-04 14:26:02 +02:00
|
|
|
|
2000-05-22 11:41:36 +02:00
|
|
|
# unzip is needed during the installation process
|
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
2001-09-11 05:32:41 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2001-08-21 16:52:59 +02:00
|
|
|
giconv.2:${PORTSDIR}/converters/libiconv \
|
|
|
|
psiconv.7:${PORTSDIR}/converters/psiconv
|
1999-05-04 14:26:02 +02:00
|
|
|
|
|
|
|
DIST_SUBDIR= AbiWord
|
|
|
|
|
2001-08-08 17:46:45 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/abi
|
|
|
|
|
1999-11-01 01:53:16 +01:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 08:36:23 +02:00
|
|
|
USE_GTK= yes
|
2001-08-08 17:46:45 +02:00
|
|
|
USE_AUTOMAKE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lgiconv"
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
|
2001-08-16 15:13:50 +02:00
|
|
|
@cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
|
2001-10-02 09:21:21 +02:00
|
|
|
@${RM} -f ${WRKSRC}/configure.ac
|
2001-10-30 09:48:44 +01:00
|
|
|
@cd ${WRKSRC} ; ${WRKSRC}/autogen.sh
|
|
|
|
@cd ${WRKSRC} ; ${FIXME}
|
1999-11-01 01:53:16 +01:00
|
|
|
|
2001-08-20 15:27:17 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2001-08-08 17:46:45 +02:00
|
|
|
.include <bsd.port.mk>
|