summaryrefslogtreecommitdiff
path: root/textproc/gaspell/Makefile
blob: 14e8b9aec0c026623d33007202505f43d836aa3b (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
# 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>