summaryrefslogtreecommitdiff
path: root/x11/xforms/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-02-27 21:50:44 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-02-27 21:50:44 +0000
commit49db9a5543e6f65e1c680a79941156cf3356b7ce (patch)
treee3132b71ecc50ddfde9e9c16ebb3a5bdc4a8db9a /x11/xforms/Makefile
parent25269a4603e9a9f29a28946b67439e5d43316dee (diff)
downloadpkgsrc-49db9a5543e6f65e1c680a79941156cf3356b7ce.tar.gz
initial import for xforms-0.88, closes pr 5059 by Johnny C. Lam.
additional work: - reordering Makefile to satisfy portlint - ldconfig does not need -m anymore - new md5 checksum for i386 binary - add missing files to PLIST
Diffstat (limited to 'x11/xforms/Makefile')
-rw-r--r--x11/xforms/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile
new file mode 100644
index 00000000000..f81437ce20d
--- /dev/null
+++ b/x11/xforms/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: xforms
+# Version required: 0.88
+# Date created: 24 January 1998
+# Whom: lamj@stat.cmu.edu
+#
+# $NetBSD: Makefile,v 1.1 1998/02/27 21:50:44 frueauf Exp $
+#
+
+DISTNAME= bxform-088
+PKGNAME= xforms-0.88
+WRKSRC= ${WRKDIR}/xforms
+CATEGORIES= x11
+MASTER_SITES= ftp://bragg.phys.uwm.edu/pub/xforms/%SUBDIR%/
+.if (${MACHINE_ARCH} == "arm32")
+MASTER_SITE_SUBDIR= netBSD-arm
+.elif (${MACHINE_ARCH} == "i386")
+MASTER_SITE_SUBDIR= netBSD
+.else
+MASTER_SITE_SUBDIR= netBSD-${MACHINE_ARCH}
+.endif
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= lamj@stat.cmu.edu
+
+ONLY_FOR_ARCHS= arm32 i386 m68k sparc
+
+DIST_SUBDIR= xforms/${MASTER_SITE_SUBDIR}
+
+## Define OBJMACHINE so WRKDIR is defined to be ${MACHINE_ARCH}-specific.
+OBJMACHINE= yes
+
+USE_X11= yes
+
+MAN1= fdesign.1 fd2ps.1
+MAN5= forms.5 xforms.5
+
+post-patch:
+ ${MV} ${WRKSRC}/mkconfig.h ${WRKSRC}/mkconfig.h.orig
+ ${CP} ${FILESDIR}/mkconfig.h ${WRKSRC}
+
+post-install:
+ ${LDCONFIG} || ${TRUE}
+
+.include <bsd.port.mk>