freebsd-ports/textproc/aspell/Makefile
Mikhail Teterin fe3e441eb2 .33.7 -> .33.7.1. It seems, the new version is not very different in the
code, but the manual and the build files (libtool, configure, etc.) were
rerolled.
2001-09-03 15:40:47 +00:00

33 lines
749 B
Makefile

# New ports collection makefile for: aspell
# Date created: 7 December 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#
PORTNAME= aspell
PORTVERSION= 0.33.7.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell
USE_NEWGCC= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
--enable-doc-dir=${DOCSDIR}
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
INSTALLS_SHLIB= yes
pre-build:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
.include <bsd.port.mk>