2002-05-31 20:44:23 +00:00
|
|
|
# New ports collection makefile for: xnee
|
|
|
|
# Date created: 27 May 2002
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xnee
|
2003-11-05 16:22:58 +00:00
|
|
|
PORTVERSION= 1.08
|
2002-05-31 20:44:23 +00:00
|
|
|
CATEGORIES= x11
|
2003-11-05 16:22:58 +00:00
|
|
|
MASTER_SITES= http://www.sandklef.com/xnee/tars/ \
|
|
|
|
${MASTER_SITE_GNU}
|
2002-07-06 00:57:17 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-05-31 20:44:23 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= X events recorder and player
|
2002-05-31 20:44:23 +00:00
|
|
|
|
2003-01-31 22:08:16 +00:00
|
|
|
BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
|
|
|
|
|
2002-05-31 20:44:23 +00:00
|
|
|
USE_X_PREFIX= yes
|
2003-01-03 19:28:39 +00:00
|
|
|
USE_PERL5= yes
|
2002-07-06 00:57:17 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-27 23:37:34 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
MAN1= xnee.1
|
2003-08-16 10:50:17 +00:00
|
|
|
INFO= xnee xnee_develop
|
2002-05-31 20:44:23 +00:00
|
|
|
|
|
|
|
post-patch:
|
2003-06-08 01:38:29 +00:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
|
|
|
|
's| -g | \@CFLAGS\@ |g ; \
|
2003-11-05 16:22:58 +00:00
|
|
|
s|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \
|
|
|
|
s|-ldl||g'
|
2002-05-31 20:44:23 +00:00
|
|
|
|
2003-01-16 23:42:58 +00:00
|
|
|
post-install:
|
2003-06-08 01:38:29 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/xnee/doc/xnee.1 ${MANPREFIX}/man/man1
|
2003-01-16 23:42:58 +00:00
|
|
|
|
2002-05-31 20:44:23 +00:00
|
|
|
.include <bsd.port.mk>
|