freebsd-ports/textproc/pspell/Makefile
Kevin Lo 2fa2cc5cd5 - Upgrade to 0.12.1
- Take over maintainerhip

PR: 26772
Submitted by: Pete Fritchman <petef@databits.net>
2001-04-24 14:07:48 +00:00

30 lines
718 B
Makefile

# New ports collection makefile for: pspell
# Date created: 13th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pspell
PORTVERSION= 0.12.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
MAINTAINER= petef@databits.net
LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool
USE_NEWGCC= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure modules/configure libltdl/configure
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-doc-dir=${PREFIX}/share/doc/pspell
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>