1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11/xnee/Makefile
Patrick Li 9e2f597d19 Update to 0.7.2
PR:		40249
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-06 00:57:17 +00:00

26 lines
559 B
Makefile

# New ports collection makefile for: xnee
# Date created: 27 May 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= xnee
PORTVERSION= 0.7.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^CFLAGS = |CFLAGS = @CFLAGS@ |g'
.include <bsd.port.mk>