freebsd-ports/x11-toolkits/Xaw3d/Makefile
Dirk Meyer 2c57f52a45 - use ARCH instead of MACHINE_ARCH
PR:		139000
Submitted by:	Sylvio Cesar
Feature safe:	yes
2009-09-26 04:22:23 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection makefile for: Xaw3d
# Date created: 18 November 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= Xaw3d
PORTVERSION= 1.5E
PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ \
http://www.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware_source/x/xaw3d/ \
ftp.slackware.com/pub/slackware/slackware_source/x/xaw3d/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A 3-D Athena Widget set that looks like Motif
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
USE_IMAKE= yes
USE_XORG= x11 xext xmu xt sm ice xpm
USE_LDCONFIG= yes
SUB_FILES= pkg-message
SUB_LIST= XAWVER="${XAWVER}"
.include <bsd.port.pre.mk>
post-extract:
${MKDIR} ${WRKSRC}/X11/Xaw3d
cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h .
# Workaround a bug in egcs on FreeBSD/Alpha.
.if ${ARCH} == "alpha"
post-configure:
@(cd ${WRKSRC}; ${MV} Makefile Makefile.orig; ${SED} -e \
's/CDEBUGFLAGS = -O/CDEBUGFLAGS =/g' Makefile.orig > Makefile)
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${DOCSDIR}/
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>