1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/gaspell/Makefile
Ade Lovett 5035c4b32a gaspell needs textproc/aspell to build, as well as run
Submitted by:	Takeshi Hiyama <th@cis.ibaraki.ac.jp>
2000-08-04 01:33:14 +00:00

27 lines
569 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
CATEGORIES= textproc gnome
MASTER_SITES= http://aspell.sourceforge.net/
DISTNAME= ${PORTNAME}-.30
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
aspell.7:${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>