1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/textproc/pspell/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

29 lines
644 B
Makefile

# New ports collection makefile for: pspell
# Date created: 13th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pspell
PORTVERSION= 0.11.0.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-.11.0.1
MAINTAINER= ade@FreeBSD.org
USE_NEWGCC= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LIBTOOLFILES= configure modules/configure
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}"
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
.if !defined(NOPORTDOCS)
CONFIGURE_ARGS= --enable-doc-dir=${PREFIX}/share/doc/pspell
.endif
USE_GMAKE= yes
.include <bsd.port.mk>