1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/textproc/gaspell/Makefile
Ade Lovett 87f0ba8a0f Fix MASTER_SITE. I can't upgrade to the 0.30 release, since that
needs aspell-0.30 which in turn needs a new pspell library, which
is horribly broken :(

Pointed out by:	distfile survey
2000-04-21 17:07:40 +00:00

26 lines
553 B
Makefile

# New ports collection makefile for: gaspell
# Date created: 17th February 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gaspell
PORTVERSION= 0.29.1
CATEGORIES= textproc gnome
MASTER_SITES= http://aspell.sourceforge.net/old/
DISTNAME= ${PORTNAME}-.29.1
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>