1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11-wm/xfce4-session/Makefile
2004-11-07 22:37:47 +00:00

43 lines
1.0 KiB
Makefile

# New ports collection makefile for: xfce4-session
# Date created: 2003-10-30
# Whom: Matt Lancereau <matt@rimasec.net>
#
# $FreeBSD$
#
PORTNAME= xfce4-session
PORTVERSION= 0.1.4
PORTREVISION= 5
CATEGORIES= x11-wm xfce
MASTER_SITES= http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/ \
http://matt.nerim.net/xfce-goodies/
DIST_SUBDIR= xfce4
MAINTAINER= matt@bsdfly.org
COMMENT= XFce 4 Session Manager
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
USE_GNOME= gtk20
USE_X_PREFIX= yes
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib
MAN1= xfce4-session.1 xfce4-shutdown.1
DOCS= AUTHORS NEWS README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>