mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
26 lines
578 B
Makefile
26 lines
578 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= viewklass
|
|
PORTVERSION= 0.7.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ViewKlass-${PORTVERSION}
|
|
DISTNAME= ViewKlass-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C++ Framework for Motif
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= imake:env motif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^CFLAGS=/s|-g|${CFLAGS}| ; \
|
|
/^CXXFLAGS=/s|-g|${CXXFLAGS}| ; \
|
|
s| $$(exec_prefix)| $$(DESTDIR)$$(exec_prefix)| ; \
|
|
s| $$(prefix)| $$(DESTDIR)$$(prefix)|' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|