43 lines
1.0 KiB
Makefile
Raw Normal View History

2000-03-05 18:30:21 +00:00
# $OpenBSD: Makefile,v 1.5 2000/03/05 18:30:26 espie Exp $
1999-11-08 14:05:52 +00:00
2000-01-13 22:25:34 +00:00
VERS= 0.7.7
PKGNAME= abiword-${VERS}
1999-11-08 14:08:48 +00:00
CATEGORIES= editors
2000-03-05 18:30:21 +00:00
NEED_VERSION= 1.223
2000-01-13 22:25:34 +00:00
MASTER_SITES= http://www.abisource.com/downloads/Version-${VERS}/lf/
1999-11-08 14:05:52 +00:00
DIST_SUBDIR= ${PKGNAME}
2000-01-13 22:25:34 +00:00
MAINTAINER= dugsong@monkey.org
1999-11-08 14:05:52 +00:00
DISTFILES= abi-${VERS}${EXTRACT_SUFX} \
abidistfiles-${VERS}${EXTRACT_SUFX} \
unixfonts-${VERS}${EXTRACT_SUFX} \
wv-${VERS}${EXTRACT_SUFX}
2000-03-05 18:30:21 +00:00
BUILD_DEPENDS= ${PREFIX}/lib/libexpat.a:textproc/expat
LIB_DEPENDS= gtk.1.2:x11/gtk+ \
png.1.3:graphics/png
RUN_DEPENDS= ispell:textproc/ispell
1999-11-08 14:05:52 +00:00
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/abi-${VERS}
1999-11-08 14:05:52 +00:00
2000-03-05 18:30:21 +00:00
GNU_CONFIGURE= Yes
USE_GMAKE= Yes
1999-11-08 14:05:52 +00:00
ALL_TARGET= compile
do-configure:
2000-03-05 18:30:21 +00:00
cd ${WRKDIR}/wv ; ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
1999-11-08 14:05:52 +00:00
post-install:
rm -f ${PREFIX}/AbiSuite/bin/AbiWord_s
# Developer packing list generation target
makeplist:
2000-03-05 18:30:21 +00:00
cd ${PREFIX} ; \
1999-11-08 14:05:52 +00:00
find bin -name "[Aa]bi[Ww]ord*" | sort > ${PKGDIR}/PLIST ; \
find AbiSuite -type f | sort >> ${PKGDIR}/PLIST ; \
find AbiSuite -type d -exec echo @dirrm {} \; | \
2000-03-05 18:30:21 +00:00
sort -r >> ${PKGDIR}/PLIST
1999-11-08 14:05:52 +00:00
.include <bsd.port.mk>