freebsd-ports/textproc/aspell/Makefile

28 lines
601 B
Makefile
Raw Normal View History

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