1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/textproc/gaspell/Makefile
Kevin Lo 93e05d72ce USE_GNOMELIBS -> USE_GNOME
Reported by ade@
2001-02-27 02:32:31 +00:00

27 lines
530 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
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= http://aspell.sourceforge.net/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= aspell.9:${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>