1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Kiltdown is an Email Client for UNIX. It is UI independant (I use both Gnome

and KDE), and is fully featured, including MIME support, multiple accounts,
filtering, etc. It currently runs under Linux, FreeBSD, and Solaris.

WWW: http://kiltdown.sourceforge.net/
This commit is contained in:
Dirk Meyer 2001-06-16 20:06:37 +00:00
parent db4db27b9f
commit a44943675a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44076
7 changed files with 63 additions and 0 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += isync
SUBDIR += junkfilter
SUBDIR += kbiff
SUBDIR += kiltdown
SUBDIR += knewmail
SUBDIR += lbdb
SUBDIR += libesmtp

34
mail/kiltdown/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: kiltdown
# Date Created: 16 Jun 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= kiltdown
PORTVERSION= 0.8.045
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kiltdown
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
USE_X_PREFIX= yes
USE_QT_VER= 2
USE_GMAKE= yes
MY_CONFIGURE_ARGS= -release
MY_CONFIGURE_ARGS+= -qtinc /usr/X11R6/include/qt2 -qtlib /usr/X11R6/lib
MY_CONFIGURE_ARGS+= -dbinc /usr/local/include/db3 -dblib /usr/local/lib
BUILD_ENV+= PATH=${PATH}:${X11BASE}/bin
do-configure:
(cd ${CONFIGURE_WRKSRC} && \
./${CONFIGURE_SCRIPT} ${MY_CONFIGURE_ARGS} )
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kiltdown/kiltdown ${PREFIX}/bin/
.include <bsd.port.mk>

1
mail/kiltdown/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (kiltdown-0.8.045.tar.gz) = d471291c1931b91b5f5fb0094e3986d0

View File

@ -0,0 +1,20 @@
--- kiltdown/Makefile.in.orig Mon May 14 05:25:23 2001
+++ kiltdown/Makefile.in Sat Jun 16 14:02:23 2001
@@ -21,7 +21,7 @@
###################################################################
#
-MOC=$(QTBIN)moc
+MOC=$(QTBIN)moc2
UIC=$(QTBIN)uic
RESCOMP=../tools/rescomp
DLGSTRIP=../tools/dlgstrip
@@ -29,7 +29,7 @@
CFLAGSBASE=-DQT_THREAD_SUPPORT $(OPT_DEFINES) $(SYS_CFLAGS) $(ALLINCLUDES) -Wall
CFLAGS=$(CFLAGSBASE) -fno-implicit-templates
LDFLAGS= $(SYS_LDFLAGS) -L$(QTLIB) -L$(DBLIB) -L$(X11LIB) $(USER_LPATH)
-LIBS=-lSM -lX11 -lXext -lICE -lqt-mt -ldb $(JPEGLIB) $(SYS_LIBS) $(USER_LIBS)
+LIBS=-lSM -lX11 -lXext -lICE -lqt2-mt -ldb $(JPEGLIB) $(SYS_LIBS) $(USER_LIBS)
#
###################################################################

View File

@ -0,0 +1 @@
Kiltdown is an UI independant Email Client for UNIX

5
mail/kiltdown/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Kiltdown is an Email Client for UNIX. It is UI independant (I use both Gnome
and KDE), and is fully featured, including MIME support, multiple accounts,
filtering, etc. It currently runs under Linux, FreeBSD, and Solaris.
WWW: http://kiltdown.sourceforge.net/

1
mail/kiltdown/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/kiltdown