2009-03-31 11:57:47 +02:00
|
|
|
# New ports collection makefile for: lxde-common
|
|
|
|
# Date created: 2009/02/03
|
|
|
|
# Whom: sahne
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lxde-common
|
2011-09-09 00:01:17 +02:00
|
|
|
PORTVERSION= 0.5.5
|
2012-03-09 22:27:33 +01:00
|
|
|
PORTREVISION= 2
|
2009-03-31 11:57:47 +02:00
|
|
|
CATEGORIES= misc
|
2011-09-09 00:01:17 +02:00
|
|
|
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION}
|
2009-03-31 11:57:47 +02:00
|
|
|
|
2010-12-25 17:55:41 +01:00
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
2009-03-31 11:57:47 +02:00
|
|
|
COMMENT= LXDE Common files
|
|
|
|
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_ICONV= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
GMSGFMT="${LOCALBASE}/bin/msgfmt" \
|
2012-03-09 22:27:33 +01:00
|
|
|
--with-xsession-path=${PREFIX}/share/xsessions \
|
|
|
|
--with-xdg-path=${PREFIX}/share/applications
|
2009-03-31 11:57:47 +02:00
|
|
|
|
|
|
|
DATADIR= ${PREFIX}/share/lxde
|
|
|
|
INSTALLS_ICONS= YES
|
|
|
|
|
|
|
|
MAN1= startlxde.1\
|
2010-09-30 16:55:31 +02:00
|
|
|
lxde-logout.1 \
|
|
|
|
openbox-lxde.1
|
2009-03-31 11:57:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|