aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gaspell/Makefile
blob: 13caec8ad6ba331ad02e5463a7f75282e17873aa (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
26
# 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>