freebsd-ports/editors/gedit-autocomplete-plugin/Makefile
Jeremy Messenger 4572022543 Chase gedit version, GEDIT_VERSION= 2.10 -> 2.12 to fix the build.
Submitted by:	ankon on #freebsd-gnome
2005-11-06 02:57:06 +00:00

30 lines
736 B
Makefile

# 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.12
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>