diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-05 17:31:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-05 17:31:37 +0000 |
commit | 424fefe5575e0e9b877d59179ecb007bbf565c83 (patch) | |
tree | c0e60c5aae3d8ab3ec954747cd5635b072c224b9 /devel/agenda-libs | |
parent | 04561896a1e8ac8a24dad72a3fe031c7b22ab0da (diff) | |
download | ports-424fefe5575e0e9b877d59179ecb007bbf565c83.tar.gz ports-424fefe5575e0e9b877d59179ecb007bbf565c83.zip |
Notes
Diffstat (limited to 'devel/agenda-libs')
-rw-r--r-- | devel/agenda-libs/Makefile | 22 | ||||
-rw-r--r-- | devel/agenda-libs/distinfo | 1 | ||||
-rw-r--r-- | devel/agenda-libs/pkg-descr | 4 |
3 files changed, 11 insertions, 16 deletions
diff --git a/devel/agenda-libs/Makefile b/devel/agenda-libs/Makefile index fabe8d0b408f..a50a46f9cb2b 100644 --- a/devel/agenda-libs/Makefile +++ b/devel/agenda-libs/Makefile @@ -6,25 +6,19 @@ # PORTNAME= agenda-libs -PORTVERSION= 1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel -MASTER_SITES= http://lev.serebryakov.spb.ru/download/agenda/ +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty MAINTAINER= lev@serebryakov.spb.ru -RUN_DEPENDS= ${LOCALBASE}/${TARGET_PLATFORM}/include/stdio.h:${PORTSDIR}/devel/agenda-headers +RUN_DEPENDS= ${LOCALBASE}/mipsel-linux/lib/libc.a:${PORTSDIR}/devel/agenda-static-libs \ + ${LOCALBASE}/mipsel-linux/lib/snow/libc.1.sso:${PORTSDIR}/devel/agenda-snow-libs -TARGET_PLATFORM=mipsel-linux -USE_BZIP2= yes -NO_FILTER_SHLIBS= yes - -LIBC_SUB= PREFIX=${PREFIX} TARGET_PLATFORM=${TARGET_PLATFORM} - -do-build: - @${SED} ${LIBC_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} < ${WRKSRC}/lib/libc.so > ${WRKSRC}/lib/libc.so.new - @${MV} ${WRKSRC}/lib/libc.so.new ${WRKSRC}/lib/libc.so +NO_BUILD= yes do-install: - (cd ${WRKSRC} && tar --exclude '*.orig' -cf - *) \ - | (cd ${PREFIX}/${TARGET_PLATFORM} && tar xf -) + .include <bsd.port.mk> diff --git a/devel/agenda-libs/distinfo b/devel/agenda-libs/distinfo index cdc6be865838..e69de29bb2d1 100644 --- a/devel/agenda-libs/distinfo +++ b/devel/agenda-libs/distinfo @@ -1 +0,0 @@ -MD5 (agenda-libs-1.0.tar.bz2) = 95e0e90474a8bb8a85d6ca4b895d8e37 diff --git a/devel/agenda-libs/pkg-descr b/devel/agenda-libs/pkg-descr index 980bbbbc6deb..f56dad7d5efe 100644 --- a/devel/agenda-libs/pkg-descr +++ b/devel/agenda-libs/pkg-descr @@ -1,6 +1,8 @@ All libraries, which are need to develop for Agenda VR3 PDA. Agenda VR3 uses Linux VR (mipsel-linux gcc target) as OS. - So, this libraries was build with egcs-1.0.3a for mipsel-linux + So, this libraries was build with gcc-2.97 for mipsel-linux target. + + It is meat-port for static and SNOWed libraries. WWW: http://dev.agendacomputing.org/ |