From 08ba2bc63c472ddb815b5a980f3a9ccb72d2e079 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Sat, 17 Feb 2007 03:31:07 +0000 Subject: This is Native XDS-x86 for Linux, it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ PR: ports/108498 Submitted by: coumarin at gmail.com --- lang/xds/Makefile | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 lang/xds/Makefile (limited to 'lang/xds/Makefile') diff --git a/lang/xds/Makefile b/lang/xds/Makefile new file mode 100644 index 000000000000..7933bb29007b --- /dev/null +++ b/lang/xds/Makefile @@ -0,0 +1,62 @@ +# New ports collection makefile for: xds +# Date created: 29 January 2007 +# Whom: coumarin@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= xds +PORTVERSION= 2.51 +CATEGORIES= lang linux devel +MASTER_SITES= http://www.excelsior-usa.com/download/xds25x/ +DISTNAME= ${PORTNAME}-x86-${PORTVERSION:S/.//}-enduser-linux +EXTRACT_SUFX= .tgz + +MAINTAINER= coumarin@gmail.com +COMMENT= Excelsior Oberon-2/Modula-2 compiler, set up to produce native FreeBSD binaries + +RESTRICTED= Excelsior forbids any redistribution + +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= uses assembly code +USE_LINUX= yes +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +BUILD_WRKSRC= ${WRKSRC}/lib/x86 + +MAKEFILE= lib.mkf +ALL_TARGET= # + +SUB_FILES= pkg-message + +pre-patch: + @${BRANDELF} -t Linux ${WRKSRC}/bin/xc ${WRKSRC}/bin/h2d + +post-patch: + @${REINPLACE_CMD} -e "s|%%XDSDIR%%|${PREFIX}/${PORTNAME}|g" \ + ${WRKSRC}/bin/xcwork + +post-build: + cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-x86 + +do-install: + @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \; + @${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \; + @cd ${WRKSRC} && ${CHMOD} 755 bin/xc bin/h2d bin/xcwork samples/buildx86 + @cd ${WRKDIR} && ${CAT} ${FILESDIR}/plist | \ + ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${PREFIX} +.if !defined(NOPORTDOCS) + @cd ${WRKDIR} && ${CAT} ${FILESDIR}/plist-doc | \ + ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${PREFIX} +.endif +.for f in xc xcwork + @${LN} -s ${PREFIX}/${PORTNAME}/bin/${f} ${PREFIX}/bin +.endfor + @${LN} -s ${PREFIX}/${PORTNAME}/bin/h2d ${PREFIX}/bin/${PORTNAME}-h2d + +post-install: + @${ECHO_CMD} + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} + +.include -- cgit v1.2.3