summaryrefslogtreecommitdiff
path: root/editors/gedit2/Makefile
blob: 154b96d22ba063db03034e490c8057b8f764b346 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:	gedit
# Version required:			0.6.0
# Date created:				4 May 1999
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

DISTNAME=	gedit-0.6.0
CATEGORIES=	editors gnome
MASTER_SITES=	http://www.oscentral.org/files/software/ \
		http://gedit.pn.org/tar/ \
		ftp://ftp.oscentral.org/pub/software/

MAINTAINER=	andy@icc.surw.chel.su

LIB_DEPENDS=	gnomeui.3:${PORTSDIR}/x11/gnomelibs

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
		--with-gnome=${X11BASE} \
		--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
		GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
		GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
		LIBS="-L${LOCALBASE}/lib"

MAN1=		gedit.1

pre-install:
	@ touch ${WRKSRC}/po/da.gmo
post-install:
	@ ${MKDIR} ${PREFIX}/share/gnome/apps/Applications
	@ ${MKDIR} ${PREFIX}/share/gnome/help/gedit
	@ ${MKDIR} ${PREFIX}/share/gnome/help/gedit/C
	@ ${MKDIR} ${PREFIX}/share/gnome/help/gedit/no
	@ ${MV} ${PREFIX}/share/gnome/gnome/apps/Applications/gedit.desktop ${PREFIX}/share/gnome/apps/Applications
	@ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/C/index.html ${PREFIX}/share/gnome/help/gedit/C
	@ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/C/topic.dat ${PREFIX}/share/gnome/help/gedit/C
	@ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/no/index.html ${PREFIX}/share/gnome/help/gedit/no
	@ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/no/topic.dat ${PREFIX}/share/gnome/help/gedit/no
	@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps/Applications
	@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps
	@ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/C
	@ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/no
	@ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit
.if !defined(NOPORTDOCS)
	@ ${MKDIR} ${PREFIX}/share/doc/gedit
.for file in AUTHORS COPYING ChangeLog FAQ INSTALL KNOWNBUGS README README.plugins THANKS TODO
	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gedit
.endfor
.endif

.include <bsd.port.mk>