aboutsummaryrefslogtreecommitdiff
path: root/editors/AbiWord2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/AbiWord2/Makefile')
-rw-r--r--editors/AbiWord2/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
deleted file mode 100644
index e6a137584c4d..000000000000
--- a/editors/AbiWord2/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: AbiWord
-# Date created: 3 Mar 1999
-# Whom: Donald Burr <dburr@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= AbiWord
-PORTVERSION= ${VERSION}
-CATEGORIES= editors
-MASTER_SITES= http://www.abisource.com/downloads/Version-${VERSION}/lf/
-DISTNAME= abi-${VERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${VERSION}.tar.gz \
- unixfonts-${VERSION}.tar.gz wv-${VERSION}.tar.gz \
- libiconv-${VERSION}.tar.gz abidistfiles-${VERSION}.tar.gz
-
-MAINTAINER= wolman@cs.washington.edu
-
-# unzip is needed during the installation process
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- png.3:${PORTSDIR}/graphics/png
-RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
-
-DIST_SUBDIR= AbiWord
-
-VERSION= 0.7.9
-WRKSRC= ${WRKDIR}/abi-${VERSION}/src
-USE_XLIB= yes
-USE_GMAKE= yes
-MAKE_ENV= prefix="${PREFIX}"
-
-.include <bsd.port.pre.mk>
-
-pre-build:
- @(cd ${WRKDIR}/wv && ./configure)
-
-.include <bsd.port.post.mk>