blob: 5614b88b2fbbcdfc7101cf139caa037d368c36a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# New ports collection makefile for: lxde-common
# Date created: 2009/02/03
# Whom: sahne
#
# $FreeBSD$
#
PORTNAME= lxde-common
PORTVERSION= 0.3.2.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= SF
MASTER_SITE_SUBDIR= lxde
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>
|