mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
28 lines
620 B
Makefile
28 lines
620 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.10.1
|
||
|
CATEGORIES= textproc
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= pspell
|
||
|
DISTNAME= ${PORTNAME}-.10.1
|
||
|
|
||
|
MAINTAINER= ade@FreeBSD.org
|
||
|
|
||
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
||
|
LIB_DEPENDS= pspell.2:${PORTSDIR}/textproc/pspell
|
||
|
|
||
|
USE_NEWGCC= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
USE_GMAKE= yes
|
||
|
INSTALLS_SHLIB= yes
|
||
|
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||
|
LIBS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|