aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/viewklass/Makefile
blob: 8c0e4a7690abcb96d8c39c5f8f21d85266796def (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
29
# ex:ts=8
# Ports collection makefile for:    viewklass
# Date created:         Jun 4, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   viewklass
PORTVERSION=    0.7.1
PORTREVISION=   2
CATEGORIES= x11-toolkits
MASTER_SITES=   SF
DISTNAME=   ViewKlass-${PORTVERSION}

MAINTAINER= araujo@FreeBSD.org
COMMENT=    C++ Framework for Motif

BUILD_DEPENDS=  imake:${PORTSDIR}/devel/imake

USE_MOTIF=  yes
GNU_CONFIGURE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's/^CFLAGS=/CFLAGS+=/g ; \
        s/^CXXFLAGS=/CXXFLAGS+=/g ; \
        s/-g -Wall//g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>