diff options
author | demon <demon@FreeBSD.org> | 2000-12-19 04:44:08 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2000-12-19 04:44:08 +0800 |
commit | 13e0076af1afd3f00e3879085dd844f8b916a744 (patch) | |
tree | b0c42b306ed9a56bb18c3ce64f7cc1c9dc60846f /mail/stuphead | |
parent | 15964a74d22c8d01f696e36e1b8ef268bf3ba062 (diff) | |
download | freebsd-ports-gnome-13e0076af1afd3f00e3879085dd844f8b916a744.tar.gz freebsd-ports-gnome-13e0076af1afd3f00e3879085dd844f8b916a744.tar.zst freebsd-ports-gnome-13e0076af1afd3f00e3879085dd844f8b916a744.zip |
A lightweight MUA for X11 based on sylpheed.
PR: 23363
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'mail/stuphead')
-rw-r--r-- | mail/stuphead/Makefile | 29 | ||||
-rw-r--r-- | mail/stuphead/distinfo | 1 | ||||
-rw-r--r-- | mail/stuphead/pkg-comment | 1 | ||||
-rw-r--r-- | mail/stuphead/pkg-descr | 4 | ||||
-rw-r--r-- | mail/stuphead/pkg-plist | 3 |
5 files changed, 38 insertions, 0 deletions
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 <ozz@FreeBSD.org.ru> +# +# $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 <bsd.port.mk> 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 <hiro-y@kcn.ne.jp> + +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 |