freebsd-ports/x11-toolkits/xview-clients/Makefile
Mathieu Arnold 60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00

57 lines
1.6 KiB
Makefile

# Created by: ljo (orig)
# $FreeBSD$
PORTNAME= xview-clients
PORTVERSION= 3.2.1.4.19c
PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.physionet.org/physiotools/xview/src/ \
http://komquats.com/distfiles/ \
LOCAL/cy
DISTNAME= xview-3.2p1.4-19c
# EXTRACT_ONLY= # empty
MAINTAINER= cy@FreeBSD.org
COMMENT= OpenLook applications and man pages
CONFLICTS= props-1.0
MAKE_JOBS_UNSAFE= yes
PATCHDIR= ${PORTSDIR}/x11-toolkits/xview/files
LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview
USES= imake
USE_XORG= x11 xext
ALL_TARGET= Clients
X11BASE2FIX= clients/olwmslave/help_file.c lib/libxview/help/help_file.c \
lib/libxview/misc/gettext.h lib/libxview/textsw/txt_e_menu.c
CFLAGS+= -DCOMPAT_43TTY
IMAKECPPFLAGS+= -DXVDestDir=${STAGEDIR}${PREFIX}
post-extract:
@${MV} ${WRKSRC}/xview.man ${WRKSRC}/XView.man
pre-configure:
@${REINPLACE_CMD} -e 's+/usr/local+${PREFIX}+;' \
${WRKSRC}/config/XView.cf
@${REINPLACE_CMD} -e "s,CcCmd cc,CcCmd ${CC}," \
${WRKSRC}/config/XView.tmpl
@${REINPLACE_CMD} -e 's+/usr/X11/+${PREFIX}/+g;' \
${WRKSRC}/clients/olwm/screen.c
${REINPLACE_CMD} -e 's+/usr/lib+${PREFIX}/lib+' \
${X11BASE2FIX:C|^|${WRKSRC}/|}
@${REINPLACE_CMD} -e "s,^MSG_UTIL,#MSG_UTIL," \
${WRKSRC}/util/Imakefile
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|^#endif.*$$|#endif|;s|^#else.*$$|#else|;\
s|^/\*\*/#*|XCOMM |'
do-install:
@cd ${WRKSRC}/clients; ${MAKE} DESTDIR=${STAGEDIR} install install.man
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/help
@${INSTALL_DATA} ${WRKSRC}/misc/support/textedit.info ${STAGEDIR}${PREFIX}/lib/help/textedit.info
.include <bsd.port.mk>