2012-12-27 23:29:19 +00:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
2002-05-31 20:44:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xnee
|
2014-01-31 12:32:35 +00:00
|
|
|
PORTVERSION= 3.17
|
2002-05-31 20:44:23 +00:00
|
|
|
CATEGORIES= x11
|
2007-12-15 07:48:08 +00:00
|
|
|
MASTER_SITES= GNU
|
2002-05-31 20:44:23 +00:00
|
|
|
|
2011-03-23 16:58:01 +00:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
2014-01-31 12:32:35 +00:00
|
|
|
COMMENT= X11 events recorder and player
|
2002-05-31 20:44:23 +00:00
|
|
|
|
2010-10-17 09:43:23 +00:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2002-07-06 00:57:17 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-06-12 09:16:56 +00:00
|
|
|
USE_XORG= xtst
|
2013-07-10 19:41:30 +00:00
|
|
|
USES= gmake pathfix
|
2010-10-17 09:43:23 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2
|
2002-10-27 23:37:34 +00:00
|
|
|
|
2014-01-31 12:32:35 +00:00
|
|
|
INFO= ${PORTNAME}
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= GNEE
|
2013-07-10 19:41:30 +00:00
|
|
|
OPTIONS_SUB= yes
|
2012-06-07 22:44:21 +00:00
|
|
|
|
2014-01-31 12:32:35 +00:00
|
|
|
GNEE_DESC= GUI frontend
|
2013-07-10 19:41:30 +00:00
|
|
|
GNEE_CONFIGURE_ENABLE= gui
|
2014-01-31 12:32:35 +00:00
|
|
|
GNEE_USES= pkgconfig
|
|
|
|
GNEE_USE= GNOME=gtk20
|
2013-07-10 19:41:30 +00:00
|
|
|
|
2011-12-17 20:15:47 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2005-07-26 08:21:13 +00:00
|
|
|
|
2012-06-07 22:44:21 +00:00
|
|
|
.if ${PORT_OPTIONS:MGNEE}
|
2014-01-31 12:32:35 +00:00
|
|
|
DESKTOP_ENTRIES= "Gnee" "" "${PORTNAME}.png" \
|
2010-10-17 09:43:23 +00:00
|
|
|
"gnee" "Development;" true
|
2005-07-26 08:21:13 +00:00
|
|
|
.endif
|
2002-05-31 20:44:23 +00:00
|
|
|
|
2006-01-07 15:35:52 +00:00
|
|
|
post-patch:
|
2007-06-04 06:40:15 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|$${libdir}/gnome-panel|$${prefix}/libexec|g ; \
|
|
|
|
s|$${libdir}/bonobo/|$${prefix}/libdata/bonobo/|g ; \
|
2009-05-23 14:23:23 +00:00
|
|
|
s|"CCC"|""|g' ${WRKSRC}/configure
|
2007-06-04 06:40:15 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
2007-12-15 07:48:08 +00:00
|
|
|
's|@PIXMAP_DIR@|pixmap|g ; \
|
|
|
|
s|@DOC_DIR@||g' ${WRKSRC}/Makefile.in
|
2006-06-17 10:19:31 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|make man|$$(MAKE) man|g' ${WRKSRC}/cnee/Makefile.in
|
2007-06-04 06:40:15 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|: install-docDATA|:|g' ${WRKSRC}/cnee/src/Makefile.in
|
2009-05-23 14:23:23 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
2009-12-22 11:25:41 +00:00
|
|
|
's|$$(libgnomeui_CFLAGS)||g ; \
|
|
|
|
s|$$(libgnomeui_LIBS)||g' ${WRKSRC}/gnee/src/Makefile.in
|
2009-05-23 14:23:23 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
2009-12-22 11:25:41 +00:00
|
|
|
's|src test|src|g' ${WRKSRC}/libxnee/Makefile.in
|
2006-06-17 10:19:31 +00:00
|
|
|
|
2005-12-26 19:30:18 +00:00
|
|
|
post-install:
|
2013-10-11 18:50:18 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
|
2003-01-16 23:42:58 +00:00
|
|
|
|
2011-12-17 20:15:47 +00:00
|
|
|
.include <bsd.port.mk>
|