summaryrefslogtreecommitdiff
path: root/x11/Xaw3d/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-29 02:31:53 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-29 02:31:53 +0000
commit747e31975eb409a5e2ee969948f3f34ed4a5281c (patch)
tree1981d3ac137db3d1a53e721a8ad577b4f4e43716 /x11/Xaw3d/Makefile
parent92b9d87a235d0f9db6c1ed15805fc7907a7d9276 (diff)
downloadpkgsrc-747e31975eb409a5e2ee969948f3f34ed4a5281c.tar.gz
Fix for NetBSD, by tron@lyssa.owl.de and soren@t.dk.
Diffstat (limited to 'x11/Xaw3d/Makefile')
-rw-r--r--x11/Xaw3d/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index c7aedd44326..300ea7ca7a7 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -1,9 +1,10 @@
-# New ports collection makefile for: Xaw3d
+# New ports collection Makefile for: Xaw3d
# Version required: 1.3
-# Date created: 18 November 1994
-# Whom: asami
+# Date created: 30th November 1997
+# Whom: tron@lyssa.owl.de
#
-# $Id: Makefile,v 1.1.1.1 1997/12/29 02:22:39 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1997/12/29 02:31:53 hubertf Exp $
+# FreeBSD Id: Makefile,v 1.14 1997/06/19 09:33:26 asami Exp
#
DISTNAME= Xaw3d-1.3
@@ -11,16 +12,15 @@ 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
+WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
post-extract:
- ${MKDIR} ${WRKSRC}/X11/Xaw3d
- cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h .
+ @(cd ${WRKSRC};ln -s .. X11)
post-install:
${LDCONFIG} -m ${PREFIX}/lib
+ ${MKDIR} -p ${PREFIX}/share/doc/Xaw3d
+ ${CP} ${FILESDIR}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
.include <bsd.port.mk>