openbsd-ports/editors/abiword/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

2000-06-25 18:50:17 -04:00
# $OpenBSD: Makefile,v 1.11 2000/06/25 22:50:18 brad Exp $
1999-11-08 09:05:52 -05:00
VERS= 0.7.9
2000-01-13 17:25:34 -05:00
PKGNAME= abiword-${VERS}
1999-11-08 09:08:48 -05:00
CATEGORIES= editors
NEED_VERSION= 1.302
2000-01-13 17:25:34 -05:00
MASTER_SITES= http://www.abisource.com/downloads/Version-${VERS}/lf/
1999-11-08 09:05:52 -05:00
DIST_SUBDIR= ${PKGNAME}
2000-01-13 17:25:34 -05:00
MAINTAINER= dugsong@monkey.org
1999-11-08 09:05:52 -05:00
2000-03-16 17:32:35 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
1999-11-08 09:05:52 -05:00
DISTFILES= abi-${VERS}${EXTRACT_SUFX} \
abidistfiles-${VERS}${EXTRACT_SUFX} \
libiconv-${VERS}${EXTRACT_SUFX} \
1999-11-08 09:05:52 -05:00
unixfonts-${VERS}${EXTRACT_SUFX} \
wv-${VERS}${EXTRACT_SUFX}
BUILD_DEPENDS= ${PREFIX}/lib/libexpat.a::textproc/expat
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
2000-06-25 18:50:17 -04:00
png.1::graphics/png
RUN_DEPENDS= ispell::textproc/ispell
1999-11-08 09:05:52 -05:00
WRKDIST= ${WRKDIR}/abi-${VERS}
1999-11-08 09:05:52 -05:00
2000-03-05 13:30:21 -05:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
1999-11-08 09:05:52 -05:00
ALL_TARGET= compile
do-configure:
2000-03-05 13:30:21 -05:00
cd ${WRKDIR}/wv ; ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
1999-11-08 09:05:52 -05:00
post-install:
cd ${PREFIX}/bin && \
(ln -sf ${TRUEPREFIX}/AbiSuite/bin/AbiWord AbiWord; \
ln -sf ${TRUEPREFIX}/AbiSuite/bin/AbiWord abiword)
strip ${PREFIX}/AbiSuite/bin/AbiWord_d
1999-11-08 09:05:52 -05:00
rm -f ${PREFIX}/AbiSuite/bin/AbiWord_s
.include <bsd.port.mk>