2002-05-31 22:44:23 +02:00
|
|
|
# New ports collection makefile for: xnee
|
|
|
|
# Date created: 27 May 2002
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xnee
|
2003-01-03 20:28:39 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2002-05-31 22:44:23 +02:00
|
|
|
CATEGORIES= x11
|
2002-07-06 02:57:17 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-05-31 22:44:23 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-01-03 20:28:39 +01:00
|
|
|
USE_PERL5= yes
|
2002-07-06 02:57:17 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-10-28 00:37:34 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
MAN1= xnee.1
|
2002-05-31 22:44:23 +02:00
|
|
|
|
|
|
|
post-patch:
|
2002-07-06 02:57:17 +02:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
2002-10-07 03:23:05 +02:00
|
|
|
's|^CFLAGS = |CFLAGS = @CFLAGS@ |g ; \
|
|
|
|
s|-g$$||g'
|
2002-05-31 22:44:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|