mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e382ae88d5
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).
27 lines
527 B
Makefile
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>
|