From fe005038efeee6df3ffa786961ba0ca3a31fbd36 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Mon, 18 Dec 2000 20:44:08 +0000 Subject: [PATCH] A lightweight MUA for X11 based on sylpheed. PR: 23363 Submitted by: Sergey A. Osokin Reviewed by: sobomax Approved by: sobomax --- mail/Makefile | 1 + mail/stuphead/Makefile | 29 +++++++++++++++++++++++++++++ mail/stuphead/distinfo | 1 + mail/stuphead/pkg-comment | 1 + mail/stuphead/pkg-descr | 4 ++++ mail/stuphead/pkg-plist | 3 +++ 6 files changed, 39 insertions(+) create mode 100644 mail/stuphead/Makefile create mode 100644 mail/stuphead/distinfo create mode 100644 mail/stuphead/pkg-comment create mode 100644 mail/stuphead/pkg-descr create mode 100644 mail/stuphead/pkg-plist diff --git a/mail/Makefile b/mail/Makefile index 464087276eef..7b362c80595c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -127,6 +127,7 @@ SUBDIR += sonicmail SUBDIR += spruce SUBDIR += sqwebmail + SUBDIR += stuphead SUBDIR += sylpheed SUBDIR += teapop SUBDIR += tkrat diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile new file mode 100644 index 000000000000..86c1c06d9a40 --- /dev/null +++ b/mail/stuphead/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: stuphead +# Date created: 07 December 2000 +# Whom: Sergey Osokin aka oZZ +# +# $FreeBSD$ +# + +PORTNAME= stuphead +PORTVERSION= 0.4.9 +CATEGORIES= mail +MASTER_SITES= http://stuphead.antex.ru/ + +MAINTAINER= ozz@FreeBSD.org.ru + +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GTK= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +pre-patch: + @${PERL} -pi -e 's#DATADIRNAME=lib#DATADIRNAME=share#g' \ + ${WRKSRC}/configure + +.include diff --git a/mail/stuphead/distinfo b/mail/stuphead/distinfo new file mode 100644 index 000000000000..c134c5bbcdb9 --- /dev/null +++ b/mail/stuphead/distinfo @@ -0,0 +1 @@ +MD5 (stuphead-0.4.9.tar.bz2) = e219e37acf90c462e3f1a0c63a1546f3 diff --git a/mail/stuphead/pkg-comment b/mail/stuphead/pkg-comment new file mode 100644 index 000000000000..11002cbcd7f8 --- /dev/null +++ b/mail/stuphead/pkg-comment @@ -0,0 +1 @@ +A lightweight MUA for X11 diff --git a/mail/stuphead/pkg-descr b/mail/stuphead/pkg-descr new file mode 100644 index 000000000000..43604aea3ae0 --- /dev/null +++ b/mail/stuphead/pkg-descr @@ -0,0 +1,4 @@ +Russian mailer stuphead 0.4.9. +Based on Sylpheed 0.4.1 Copyright(C) 1999,2000 Hiroyuki Yamamoto + +WWW: http://stuphead.antex.ru/ diff --git a/mail/stuphead/pkg-plist b/mail/stuphead/pkg-plist new file mode 100644 index 000000000000..94e8d4d1657b --- /dev/null +++ b/mail/stuphead/pkg-plist @@ -0,0 +1,3 @@ +bin/stuphead +share/locale/fr/LC_MESSAGES/stuphead.mo +share/locale/ru/LC_MESSAGES/stuphead.mo