1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11-toolkits/Xaw3d/Makefile
Satoshi Asami e382ae88d5 REALLY make this compile and install correctly. Apparently the
XFree86-3.3 imake config files can't handle IncSubDir having more than
one component ("X11/Xaw3d" in this case), so work around it by
explicitly creating a symlink tree from post-extract (ugh).
1997-06-19 09:33:31 +00:00

27 lines
527 B
Makefile

# New ports collection makefile for: Xaw3d
# Version required: 1.3
# Date created: 18 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.13 1997/06/12 01:36:35 asami Exp $
#
DISTNAME= Xaw3d-1.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= widgets/Xaw3d/R6.1
MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
USE_IMAKE= yes
post-extract:
${MKDIR} ${WRKSRC}/X11/Xaw3d
cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h .
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>