diff options
author | edwin <edwin@FreeBSD.org> | 2005-03-02 06:24:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-03-02 06:24:25 +0800 |
commit | b1cf668f3ee5b170e856e2513dcacd63bf58362f (patch) | |
tree | 4db07af94c31fa6081d222944e194f65517292e2 /deskutils | |
parent | e040ccffb9cf413a4016746d1954dc38ae6cd8d9 (diff) | |
download | freebsd-ports-gnome-b1cf668f3ee5b170e856e2513dcacd63bf58362f.tar.gz freebsd-ports-gnome-b1cf668f3ee5b170e856e2513dcacd63bf58362f.tar.zst freebsd-ports-gnome-b1cf668f3ee5b170e856e2513dcacd63bf58362f.zip |
new port: misc/linux-sunbird
This is the linux binary version of the mozilla sunbird
calendaring application
PR: ports/77746
Submitted by: Aaron Voisine <voisine@gmail.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/linux-sunbird/Makefile | 60 | ||||
-rw-r--r-- | deskutils/linux-sunbird/distinfo | 3 | ||||
-rw-r--r-- | deskutils/linux-sunbird/pkg-descr | 6 |
3 files changed, 69 insertions, 0 deletions
diff --git a/deskutils/linux-sunbird/Makefile b/deskutils/linux-sunbird/Makefile new file mode 100644 index 000000000000..c0f7812869da --- /dev/null +++ b/deskutils/linux-sunbird/Makefile @@ -0,0 +1,60 @@ +# New ports collection makefile for: linux-sunbird +# Date created: 2004-09-17 +# Whom: voisine +# +# $FreeBSD$ +# + +PORTNAME= sunbird +PORTVERSION= 0.2 +CATEGORIES?= www linux +MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITE_SUBDIR?=calendar/sunbird/releases/${PORTVERSION} +PKGNAMEPREFIX?=linux- +DISTNAME?= sunbird-${PORTVERSION}-i686-linux-gtk2+xft + +MAINTAINER= voisine@gmail.com +COMMENT= Calendaring application branched from Mozilla + +RUN_DEPENDS?= \ +${LINUXBASE}/usr/lib/libstdc++.so.5:${PORTSDIR}/emulators/linux_base-8 \ +${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ +${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \ +${LINUXBASE}/usr/lib/libpangoxft-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango\ +${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ +${LINUXBASE}${X11BASE}/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ +${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig + +NO_BUILD= yes +NO_FILTER_SHLIBS=yes +ONLY_FOR_ARCHS=i386 +SUNBIRD_NAME= ${PKGNAMEPREFIX}${PORTNAME} +DESCR= ${.CURDIR}/pkg-descr +MD5_FILE= ${.CURDIR}/distinfo +PLIST= ${WRKDIR}/pkg-plist +USE_LINUX= yes +USE_XLIB= yes +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/sunbird + +pre-install: + ${ECHO_CMD} bin/${SUNBIRD_NAME} > ${PLIST} + ${ECHO_CMD} lib/${SUNBIRD_NAME}/${SUNBIRD_NAME}-bin >> ${PLIST} + cd ${WRKSRC} && ${FIND} -s * -type f -o -type l | \ + ${SED} -e 's:^:lib/${SUNBIRD_NAME}/:' >> ${PLIST} \ + && ${FIND} -d * -type d | \ + ${SED} -e 's:^:@dirrm lib/${SUNBIRD_NAME}/:' >> ${PLIST} + ${ECHO_CMD} @dirrm lib/${SUNBIRD_NAME} >> ${PLIST} + +do-install: + ${MKDIR} ${PREFIX}/lib/${SUNBIRD_NAME} + ${CHMOD} 755 ${PREFIX}/lib/${SUNBIRD_NAME} + cd ${WRKSRC} && ${FIND} * | \ + ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} \ + ${PREFIX}/lib/${SUNBIRD_NAME} + ${LN} -sf ${PREFIX}/lib/${SUNBIRD_NAME}/sunbird \ + ${PREFIX}/bin/${SUNBIRD_NAME} + ${LN} -sf ${PREFIX}/lib/${SUNBIRD_NAME}/sunbird-bin \ + ${PREFIX}/lib/${SUNBIRD_NAME}/${SUNBIRD_NAME}-bin + +.include <bsd.port.mk> diff --git a/deskutils/linux-sunbird/distinfo b/deskutils/linux-sunbird/distinfo new file mode 100644 index 000000000000..71a7510e4dd8 --- /dev/null +++ b/deskutils/linux-sunbird/distinfo @@ -0,0 +1,3 @@ +$FreeBSD$ +MD5 (sunbird-0.2-i686-linux-gtk2+xft.tar.gz) = 3223d5c9862bd0d0179f62db8a03eb65 +SIZE (sunbird-0.2-i686-linux-gtk2+xft.tar.gz) = 6955714 diff --git a/deskutils/linux-sunbird/pkg-descr b/deskutils/linux-sunbird/pkg-descr new file mode 100644 index 000000000000..6b28549204d3 --- /dev/null +++ b/deskutils/linux-sunbird/pkg-descr @@ -0,0 +1,6 @@ +Sunbird is a stand-alone calendaring application branched from Mozilla. + +This is a pre-compiled Linux/i386 version, able to run plugins from that +platform. + +WWW: http://www.mozilla.org/projects/calendar/sunbird.html |