diff options
Diffstat (limited to 'textproc/gaspell/Makefile')
| -rw-r--r-- | textproc/gaspell/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile new file mode 100644 index 000000000000..109d66e8b96b --- /dev/null +++ b/textproc/gaspell/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gaspell +# Version required: 0.29.1 +# Date created: 17th February 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= gaspell-.29.1 +PKGNAME= gaspell-0.29.1 +CATEGORIES= textproc gnome +MASTER_SITES= http://aspell.sourceforge.net/ + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs +RUN_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell + +USE_NEWGCC= yes +ALL_TARGET= gaspell + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/gaspell ${PREFIX}/bin + +.include <bsd.port.mk> |
