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
|
2002-10-27 23:37:34 +00:00
|
|
|
PORTVERSION= 0.9
|
2002-05-31 20:44:23 +00:00
|
|
|
CATEGORIES= x11
|
2002-07-06 00:57:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-05-31 20:44:23 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-07-06 00:57:17 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-10-27 23:37:34 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
MAN1= xnee.1
|
2002-05-31 20:44:23 +00:00
|
|
|
|
|
|
|
post-patch:
|
2002-07-06 00:57:17 +00:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
2002-10-07 01:23:05 +00:00
|
|
|
's|^CFLAGS = |CFLAGS = @CFLAGS@ |g ; \
|
|
|
|
s|-g$$||g'
|
2002-05-31 20:44:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|