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