diff options
author | R. Imura <imura@FreeBSD.org> | 2000-05-07 06:05:24 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-05-07 06:05:24 +0000 |
commit | 6b256607d0fdcf5ab6f38def497496e5461a1746 (patch) | |
tree | 4f9b59cb8dbebffbb5f6703ca59fb46f96767eaf /www/linux-lesstif-ns/Makefile | |
parent | 47fc61855b13f3bb0bf553876f87554b9bb5d76d (diff) | |
download | ports-6b256607d0fdcf5ab6f38def497496e5461a1746.tar.gz ports-6b256607d0fdcf5ab6f38def497496e5461a1746.zip |
Notes
Diffstat (limited to 'www/linux-lesstif-ns/Makefile')
-rw-r--r-- | www/linux-lesstif-ns/Makefile | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/www/linux-lesstif-ns/Makefile b/www/linux-lesstif-ns/Makefile new file mode 100644 index 000000000000..a45a7232c9be --- /dev/null +++ b/www/linux-lesstif-ns/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: linux-lesstif-ns +# Date created: 7 May 2000 +# Whom: imura@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= lesstif +PORTVERSION= 0.90.5 +CATEGORIES= www x11-toolkits linux +MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ + ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ + ftp://ftp.fu-berlin.de/unix/X11/gui/lesstif/srcdist/ \ + ftp://ftp.win.or.jp/pub/X11/misc/lesstif/srcdist/ +PKGNAMEPREFIX= linux- +PKGNAMESUFFIX= -ns + +PATCH_SITES= http://cgi.shikoku.ne.jp/~fun/srpms/ +PATCHFILES= ${DISTNAME}-i18n.patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= imura@FreeBSD.org + +BUILD_DEPENDS= ${LINUX_BASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools +RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base + +LINUX_BASE= /compat/linux +PREFIX= ${LINUX_BASE}${X11BASE} +NO_MTREE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --host=${MACHINE_ARCH}--linux-gnu --enable-shared --enable-production \ + --disable-build-20 --disable-debug --no-recursion \ + --without-motif --disable-build-Xlt --disable-build-Xbae +GMAKE= ${LINUX_BASE}/usr/bin/make + +do-build: + cd ${WRKSRC}/lib/Xm && ${GMAKE} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/lib/Xm/.libs/libXm.so.1.0.2 \ + ${PREFIX}/lib/libXm-ns.so.1.0.2 + ${LN} -sf libXm-ns.so.1.0.2 ${PREFIX}/lib/libXm.so.1 + ${LN} -sf libXm.so.1 ${PREFIX}/lib/libXm.so + ${LINUX_BASE}/sbin/ldconfig + +.include <bsd.port.mk> + +CONFIGURE_ENV+= ${LINUX_BASE}/bin/bash |