blob: 44b6435c37af9f41811d8d664737dec40c0fc5a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>
|