blob: 4f30758eb8f51f1c1c6a07f281d2374e3a06abe0 (
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
CATEGORIES= textproc gnome
MASTER_SITES= http://aspell.sourceforge.net/
DISTNAME= ${PORTNAME}-.30
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
aspell.8:${PORTSDIR}/textproc/aspell
RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
USE_NEWGCC= yes
ALL_TARGET= gaspell
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gaspell ${PREFIX}/bin
.include <bsd.port.mk>
|