aboutsummaryrefslogtreecommitdiff
path: root/textproc/gaspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gaspell/Makefile')
-rw-r--r--textproc/gaspell/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile
deleted file mode 100644
index 3450966ac82f..000000000000
--- a/textproc/gaspell/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: gaspell
-# Date created: 17th February 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gaspell
-PORTVERSION= 0.30
-PORTREVISION= 2
-CATEGORIES= textproc gnome
-MASTER_SITES= http://aspell.sourceforge.net/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell
-
-USE_X_PREFIX= yes
-USE_GNOME= yes
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gaspell ${PREFIX}/bin
-
-.include <bsd.port.mk>