diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-17 06:40:55 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-17 06:40:55 +0000 |
commit | a53c34fba952f1a8f452054be8a9d71599f43d33 (patch) | |
tree | 6425a5af56861c4175772135819e333fc6a0dcba /editors/gedit-autocomplete-plugin/Makefile | |
parent | 76b761f1820cdb18f09244102d535d2f0344e7f8 (diff) |
Notes
Diffstat (limited to 'editors/gedit-autocomplete-plugin/Makefile')
-rw-r--r-- | editors/gedit-autocomplete-plugin/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/gedit-autocomplete-plugin/Makefile b/editors/gedit-autocomplete-plugin/Makefile new file mode 100644 index 000000000000..44b6435c37af --- /dev/null +++ b/editors/gedit-autocomplete-plugin/Makefile @@ -0,0 +1,29 @@ +# 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 +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.10 + +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> |