blob: 7dce4d23b3dcd1224259bd3434897d8f08879976 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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>
|