freebsd-ports/misc/lxde-common/Makefile
Kris Moore 3db2b1a49c - Update to 0.5.0
Grab maintainership while here

Approved by: Outgoing maintainer <sahne@0x90.at>
2010-09-30 14:55:31 +00:00

33 lines
742 B
Makefile

# New ports collection makefile for: lxde-common
# Date created: 2009/02/03
# Whom: sahne
#
# $FreeBSD$
#
PORTNAME= lxde-common
PORTVERSION= 0.5.0
CATEGORIES= misc
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/lxde-common%20${PORTVERSION}
MAINTAINER= kmoore@freebsd.org
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" \
--with-xsession-path=${PREFIX}/share/xsessions
DATADIR= ${PREFIX}/share/lxde
INSTALLS_ICONS= YES
MAN1= startlxde.1\
lxde-logout.1 \
openbox-lxde.1
.include <bsd.port.mk>