9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
50 lines
1.5 KiB
Makefile
50 lines
1.5 KiB
Makefile
# New ports collection makefile for: gnomecore
|
|
# Date created: 17 March 1998
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomecore
|
|
PORTVERSION= 1.4.0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES?= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-core
|
|
DISTNAME= gnome-core-${PORTVERSION}
|
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext
|
|
LIB_DEPENDS= gtkhtml.21:${PORTSDIR}/www/gtkhtml
|
|
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOMECTRL= yes
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
|
|
--with-gtkhtml=${X11BASE}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib" \
|
|
MSGFMT=${LOCALBASE}/bin/msgfmt-new \
|
|
XGETTEXT=${LOCALBASE}/bin/xgettext-new
|
|
|
|
MAN1= deskguide_applet.1 gmenu.1 gnome-about.1 gnome-convert.1 \
|
|
gnome-download.1 gnome-edit.1 gnome-hint-properties-capplet.1 \
|
|
gnome-hint.1 gnome-info2html.1 gnome-man2html.1 \
|
|
gnome-panel-add-launcher.1 gnome-panel-properties-capplet.1 \
|
|
gnome-session.1 gnome-terminal.1 gnome-wm.1 panel.1 \
|
|
save-session.1 tasklist_applet.1
|
|
MAN5= default.session.5
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
.include <bsd.port.mk>
|