summaryrefslogtreecommitdiffstats
path: root/emulators/twin/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-29 09:12:34 +0000
committersteve <steve@FreeBSD.org>1999-12-29 09:12:34 +0000
commite23634f42fa15f6ee3e4a56fc19371788bab2d4a (patch)
tree898e15a582b01a2140d7f4e74a7ecef1a3f0017e /emulators/twin/Makefile
parentc5d837ac9902984f8e77832da6776078c0533f44 (diff)
downloadFreeBSD-ports-e23634f42fa15f6ee3e4a56fc19371788bab2d4a.zip
FreeBSD-ports-e23634f42fa15f6ee3e4a56fc19371788bab2d4a.tar.gz
Adding twin version 19990616.
Willows toolkit for migrating and developing Windows applications. PR: 12503 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'emulators/twin/Makefile')
-rw-r--r--emulators/twin/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
new file mode 100644
index 0000000..92423e2
--- /dev/null
+++ b/emulators/twin/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: Willows
+# Version required: 1999.06.16
+# Date created: 5 June 1999
+# Whom: Pedro F. Giffuni
+#
+# $FreeBSD$
+#
+
+DISTNAME= twin-19990616
+PKGNAME= twin-1999.06.16
+CATEGORIES= emulators devel
+MASTER_SITES= ftp://ftp.willows.com/pub/development/
+
+MAINTAINER= giffunip@asme.org
+
+WRKSRC= $(WRKDIR)/twin
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+ALL_TARGET= depend world
+CONFIGURE_ARGS=
+
+# This hack is in order to avoid a build error with optimizations on,
+# a real bugfix will surely come soon.
+pre-patch:
+ ${CP} $(WRKSRC)/windows/if32.s $(WRKSRC)/windows/if32.S
+
+pre-configure:
+ ${ECHO} "configure_args = ${CONFIGURE_ARGS}"
+ ${ECHO} "configure_env = ${CONFIGURE_ENV}"
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/twin
+ ${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/twin
+ ${GZIP_CMD} ${PREFIX}/share/doc/twin/*
+.endif
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud