freebsd-ports/textproc/gaspell/Makefile
Mario Sergio Fujikawa Ferreira 45a175ed6f Fix LIB_DEPENDS: aspell.9 -> aspell.11; overlooked when aspell was
updated to 0.33.6.3

PR:		28392
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Prompted by:	Kato Tsuguru <tkato@prontomail.com> on PR 29448
2001-08-08 17:03:00 +00:00

27 lines
531 B
Makefile

# New ports collection makefile for: gaspell
# Date created: 17th February 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gaspell
PORTVERSION= 0.30
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= http://aspell.sourceforge.net/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell
USE_X_PREFIX= yes
USE_NEWGCC= yes
USE_GNOME= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gaspell ${PREFIX}/bin
.include <bsd.port.mk>