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 5e8444b81b Make symlinks "X11" -> "export/include" for XFree86-3.3 config files.
While I'm here, use ${LDCONFIG} instead of /sbin/ldconfig.
1997-06-12 01:36:35 +00:00

26 lines
495 B
Makefile

# New ports collection makefile for: Xaw3d
# Version required: 1.3
# Date created: 18 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.12 1996/11/18 09:55:01 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:
/bin/ln -sf export/include ${WRKSRC}/X11
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>