freebsd-ports/textproc/pspell-ispell/Makefile
Patrick Li 5efdd4f404 - Do not install useless .la files
- Dont depend on libtools.

PR:		35794
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-12 00:33:30 +00:00

28 lines
643 B
Makefile

# New ports collection makefile for: pspell-ispell
# Date created: 29th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pspell-ispell
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pspell
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell
USE_NEWGCC= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>