1998-12-24 16:29:00 +00:00
|
|
|
# New ports collection makefile for: aspell
|
2000-06-13 23:05:02 +00:00
|
|
|
# Date created: 7 December 1998
|
|
|
|
# Whom: Josh Gilliam <josh@quick.net>
|
1998-12-24 16:29:00 +00:00
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1998-12-24 16:29:00 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= aspell
|
2001-02-18 16:10:58 +00:00
|
|
|
PORTVERSION= 0.33
|
1998-12-24 16:29:00 +00:00
|
|
|
CATEGORIES= textproc
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-02-18 16:10:58 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
|
1998-12-24 16:29:00 +00:00
|
|
|
|
2000-11-17 17:00:49 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-12-24 16:29:00 +00:00
|
|
|
|
2001-01-31 16:22:06 +00:00
|
|
|
LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell
|
2000-06-13 23:05:02 +00:00
|
|
|
|
1999-12-29 22:52:56 +00:00
|
|
|
USE_NEWGCC= yes
|
2001-02-18 16:10:58 +00:00
|
|
|
USE_GMAKE= yes
|
1999-08-26 20:48:31 +00:00
|
|
|
USE_LIBTOOL= yes
|
2001-02-18 16:10:58 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-06-13 23:05:02 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-02-18 16:10:58 +00:00
|
|
|
CONFIGURE_ARGS= --enable-dict-dir=${PREFIX}/share/aspell \
|
|
|
|
--enable-doc-dir=${PREFIX}/share/doc/aspell
|
|
|
|
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
|
|
|
|
INSTALLS_SHLIB= yes
|
1998-12-24 16:29:00 +00:00
|
|
|
|
1999-08-22 19:46:45 +00:00
|
|
|
.include <bsd.port.mk>
|