summaryrefslogtreecommitdiff
path: root/editors/gedit-autocomplete-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit-autocomplete-plugin/Makefile')
-rw-r--r--editors/gedit-autocomplete-plugin/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/gedit-autocomplete-plugin/Makefile b/editors/gedit-autocomplete-plugin/Makefile
deleted file mode 100644
index 0244a9d7a0ad..000000000000
--- a/editors/gedit-autocomplete-plugin/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Ports collection makefile for: gedit-autocomplete-plugin
-# Date created: 2005-10-10
-# Whom: Andreas Kohn <andreas@syndrom23.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= autocomplete-plugin
-PORTVERSION= 3.0
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= http://usuarios.lycos.es/acisif/gedit/autocomplete/
-PKGNAMEPREFIX= gedit-
-
-MAINTAINER= andreas@syndrom23.de
-COMMENT= A simple autocompletion plugin for gedit
-
-BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit
-RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit
-
-GEDIT_VERSION= 2.14
-
-BROKEN= Not compatible with gedit versions >= 2.14
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-USE_X_PREFIX= yes
-MAKEFILE= makefile
-MAKE_ARGS= GEDIT_VERSION=gedit-${GEDIT_VERSION}
-
-PLIST_FILES= lib/gedit-2/plugins/autocomplete.gedit-plugin \
- lib/gedit-2/plugins/libautocomplete.so
-
-.include <bsd.port.mk>