33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
34 lines
685 B
Makefile
34 lines
685 B
Makefile
# New ports collection makefile for: richtext
|
|
# Date created: 2006-07-30
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $MBSDlabs$
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= richtext
|
|
PORTVERSION= 0.1.6
|
|
PORTREVISION= 2
|
|
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_XORG= ice sm x11 xext xt
|
|
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 <bsd.port.mk>
|