freebsd-ports/misc/lxde-common/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

39 lines
846 B
Makefile

# New ports collection makefile for: lxde-common
# Date created: 2009/02/03
# Whom: sahne
#
# $FreeBSD$
#
PORTNAME= lxde-common
PORTVERSION= 0.3.2.1
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION}
MAINTAINER= sahne@0x90.at
COMMENT= LXDE Common files
USE_BZIP2= YES
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
post-patch:
${RM} ${WRKSRC}/Makefile.in.orig
${RM} ${WRKSRC}/icon-theme/Makefile.in.orig
.include <bsd.port.mk>