Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= emerald |
3 |
PORTNAME= emerald |
4 |
PORTVERSION= 0.8.8 |
4 |
PORTVERSION= 0.8.8 |
5 |
PORTREVISION= 4 |
5 |
PORTREVISION= 5 |
6 |
CATEGORIES= x11-wm |
6 |
CATEGORIES= x11-wm |
7 |
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ |
7 |
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ |
8 |
|
8 |
|
Lines 9-24
Link Here
|
9 |
MAINTAINER= freebsd-ports@dan.me.uk |
9 |
MAINTAINER= freebsd-ports@dan.me.uk |
10 |
COMMENT= Emerald Window Decorator |
10 |
COMMENT= Emerald Window Decorator |
11 |
|
11 |
|
|
|
12 |
LICENSE= GPLv2+ |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
12 |
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz |
15 |
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz |
|
|
16 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
17 |
libfreetype.so:print/freetype2 |
13 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
14 |
|
19 |
|
15 |
INSTALLS_ICONS= yes |
20 |
INSTALLS_ICONS= yes |
16 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
|
|
22 |
USES= desktop-file-utils gmake libtool pathfix \ |
23 |
pkgconfig shared-mime-info tar:bzip2 |
17 |
USE_GL= gl |
24 |
USE_GL= gl |
18 |
USES= desktop-file-utils gettext gmake libtool pathfix \ |
25 |
USE_GNOME= cairo gtk20 intltool libwnck pango |
19 |
pkgconfig shared-mime-info tar:bzip2 |
26 |
USE_XORG= x11 xrender |
20 |
USE_GNOME= gtk20 intltool libwnck pango |
|
|
21 |
USE_XORG= xrender |
22 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |
23 |
INSTALL_TARGET= install-strip |
28 |
INSTALL_TARGET= install-strip |
24 |
|
29 |
|
Lines 25-30
Link Here
|
25 |
CPPFLAGS+= -I${LOCALBASE}/include |
30 |
CPPFLAGS+= -I${LOCALBASE}/include |
26 |
LIBS+= -L${LOCALBASE}/lib |
31 |
LIBS+= -L${LOCALBASE}/lib |
27 |
|
32 |
|
|
|
33 |
OPTIONS_DEFINE= NLS |
34 |
OPTIONS_DEFAULT= NLS |
35 |
|
36 |
NLS_CONFIGURE_ENABLE= nls |
37 |
NLS_USES= gettext-runtime gettext-tools |
38 |
|
28 |
# XXX - might want to change that |
39 |
# XXX - might want to change that |
29 |
post-patch: |
40 |
post-patch: |
30 |
@${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in |
41 |
@${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in |