1998-12-24 17:29:00 +01:00
|
|
|
# New ports collection makefile for: aspell
|
2000-06-14 01:05:02 +02:00
|
|
|
# Date created: 7 December 1998
|
|
|
|
# Whom: Josh Gilliam <josh@quick.net>
|
1998-12-24 17:29:00 +01:00
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1998-12-24 17:29:00 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= aspell
|
2002-09-01 19:19:52 +02:00
|
|
|
PORTVERSION= 0.50.1
|
1998-12-24 17:29:00 +01:00
|
|
|
CATEGORIES= textproc
|
2002-09-01 19:19:52 +02:00
|
|
|
MASTER_SITES= http://savannah.gnu.org/download/${PORTNAME}/rel/ \
|
|
|
|
${MASTER_SITE_GNU}
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1998-12-24 17:29:00 +01:00
|
|
|
|
2002-09-01 19:19:52 +02:00
|
|
|
MAINTAINER= thierry@pompo.net
|
1998-12-24 17:29:00 +01:00
|
|
|
|
2002-09-01 19:19:52 +02:00
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
|
2000-06-14 01:05:02 +02:00
|
|
|
|
1999-08-26 22:48:31 +02:00
|
|
|
USE_LIBTOOL= yes
|
2001-08-08 19:16:55 +02:00
|
|
|
CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
|
|
|
|
--enable-doc-dir=${DOCSDIR}
|
2002-05-31 11:15:19 +02:00
|
|
|
USE_GMAKE= yes
|
2002-09-01 19:19:52 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
2001-02-18 17:10:58 +01:00
|
|
|
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
|
|
|
|
INSTALLS_SHLIB= yes
|
1998-12-24 17:29:00 +01:00
|
|
|
|
2002-09-01 19:19:52 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
1999-08-22 21:46:45 +02:00
|
|
|
.include <bsd.port.mk>
|