1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/gnomecore/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

1999-02-02 00:21:49 +00:00
# New ports collection makefile for: gnomecore
# Date created: 17 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= gnomecore
2000-09-26 18:33:08 +00:00
PORTVERSION= 1.2.2.1
CATEGORIES= x11 gnome
1999-01-27 08:31:54 +00:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-core
2000-04-13 19:19:05 +00:00
DISTNAME= gnome-core-${PORTVERSION}
2000-01-07 02:07:00 +00:00
MAINTAINER= ade@FreeBSD.org
2000-10-05 07:17:31 +00:00
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \
bz2.1:${PORTSDIR}/archivers/bzip2
2000-10-05 07:17:31 +00:00
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio \
1999-01-24 06:24:31 +00:00
USE_X_PREFIX= yes
1999-01-01 06:20:56 +00:00
USE_GMAKE= yes
2000-10-05 07:17:31 +00:00
USE_GNOMECTRL= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
2000-10-05 07:17:31 +00:00
CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gnome-session.1 gnome-wm.1 save-session.1
MAN5= default.session.5
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|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>