mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
d2101f2dd8
Approved by: stas (mentor)
32 lines
619 B
Makefile
32 lines
619 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: viewklass
|
|
# Date created: Jun 4, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= viewklass
|
|
PORTVERSION= 0.7.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ViewKlass-${PORTVERSION}
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= C++ Framework for Motif
|
|
|
|
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
|
|
|
|
USE_X_PREFIX= yes
|
|
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>
|