2c57f52a45
PR: 139000 Submitted by: Sylvio Cesar Feature safe: yes
47 lines
1.1 KiB
Makefile
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>
|