aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xnee/Makefile
blob: e831c5cbbd96fbff773f87dc5e88357d54169693 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    xnee
# Date created:             27 May 2002
# Whom:                 Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=   xnee
PORTVERSION=    0.9
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=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=       xnee.1

post-patch:
    @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
        's|^CFLAGS = |CFLAGS = @CFLAGS@ |g ; \
         s|-g$$||g'

.include <bsd.port.mk>