diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-12 11:36:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-12 11:36:43 +0800 |
commit | 7c2cb6e4162a0e46463b197bcb76fca3911fd327 (patch) | |
tree | ce4225398aa144fa8cb39d0912b184e1780a1c40 /x11/gnome-session/Makefile | |
parent | 8205db2edbc4570ee1ff003aec85fe8294f52d9b (diff) | |
download | marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.gz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.bz2 marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.lz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.xz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.zst marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.zip |
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1312 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r-- | x11/gnome-session/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile new file mode 100644 index 000000000..a79431f66 --- /dev/null +++ b/x11/gnome-session/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: gnomesession +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnomesession/Makefile,v 1.29 2003/10/26 18:23:08 marcus Exp $ +# + +PORTNAME= gnomesession +PORTVERSION= 2.5.1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= sources/gnome-session/2.5 \ + marcus/:local +DISTNAME= gnome-session-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + splash.png:local +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Session component for the GNOME 2 desktop + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 session-properties.1 \ + gnome-session-save.1 +MAN5= default.session.5 + +post-extract: + @${CP} ${DISTDIR}/${DIST_SUBDIR}/splash.png ${WRKDIR} + +post-install: + ${INSTALL_DATA} ${WRKDIR}/splash.png \ + ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png + +.include <bsd.port.mk> |