diff options
Diffstat (limited to 'mail/moztraybiff/Makefile')
-rw-r--r-- | mail/moztraybiff/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile new file mode 100644 index 0000000..901b29b --- /dev/null +++ b/mail/moztraybiff/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: moztraybiff +# Date created: 19 March, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= moztraybiff +PORTVERSION= 1.0.7 +CATEGORIES= mail gnome +MASTER_SITES= http://mozdev.oregonstate.edu/moztraybiff/ +DISTNAME= mozTrayBiff-${PORTVERSION} + +MAINTAINER= adamw@FreeBSD.org +COMMENT= New mail tray icon for Thunderbird + +BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird +RUN_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= libgnome +MAKE_ARGS+= MOZILLA_PLATFORM=tbird + +FILENAME= mozTrayBiff-${PORTVERSION}-FreeBSD-tb1.0.xpi +PLIST_FILES= ${DATADIR}/${FILENAME} +PLIST_DIRS= ${DATADIR} + +do-install: + ${MKDIR} ${DATADIR} + ${INSTALL} -m 644 ${WRKSRC}/${FILENAME} ${DATADIR} + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |