# New ports collection makefile for: richtext # Date created: 2006-07-30 # Whom: Stanislav Sedov # # $MBSDlabs$ # $FreeBSD: ports/editors/richtext/Makefile,v 1.5 2007/11/14 19:48:49 stas Exp $ # PORTNAME= richtext PORTVERSION= 0.1.6 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= stas@FreeBSD.org COMMENT= A simple RTF editor BUILD_DEPENDS= objc:${PORTSDIR}/lang/objc USE_IMAKE= yes USE_MOTIF= yes PLIST_FILES= bin/rt post-configure: ${REINPLACE_CMD} -E \ -e "s,([[:space:]]*EXTRA_LOAD_FLAGS[[:space:]]*=).*,\1," \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin .include