40 lines
858 B
Makefile
40 lines
858 B
Makefile
# Created by: UMENO Takashi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gcompmgr
|
|
PORTVERSION= 0.21
|
|
PORTREVISION= 9
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME interface to xcompmgr
|
|
|
|
RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
|
|
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
|
USES= libtool pkgconfig
|
|
USE_AUTOTOOLS= automake:env
|
|
USE_GNOME= gtkmm24
|
|
USE_XORG= x11
|
|
|
|
DESKTOP_ENTRIES="gcompmgr" \
|
|
"Configure window effects" \
|
|
"" \
|
|
"gcompmgr" \
|
|
"DesktopSettings;Settings;GTK;" \
|
|
true
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
.for file in depcomp install-sh missing
|
|
@${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC}
|
|
.endfor
|
|
@${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \
|
|
s|#include <sigc++\/compatibility\.h>||g' \
|
|
${WRKSRC}/src/*.cc
|
|
|
|
.include <bsd.port.mk>
|