diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-16 07:17:24 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-16 07:17:24 +0000 |
commit | c6d6d7f52af4c0193cb8974b4574d4d98d6d7137 (patch) | |
tree | 86f2899c6b8c69d3b9360927e027e569c893e8fb /mail/aileron | |
parent | e5dda9dc35cfa5e830a8736abb75b9da2dff6619 (diff) | |
download | ports-c6d6d7f52af4c0193cb8974b4574d4d98d6d7137.tar.gz ports-c6d6d7f52af4c0193cb8974b4574d4d98d6d7137.zip |
Notes
Diffstat (limited to 'mail/aileron')
-rw-r--r-- | mail/aileron/Makefile | 23 | ||||
-rw-r--r-- | mail/aileron/distinfo | 1 | ||||
-rw-r--r-- | mail/aileron/files/patch-Makefile | 64 | ||||
-rw-r--r-- | mail/aileron/pkg-descr | 9 | ||||
-rw-r--r-- | mail/aileron/pkg-plist | 46 |
5 files changed, 143 insertions, 0 deletions
diff --git a/mail/aileron/Makefile b/mail/aileron/Makefile new file mode 100644 index 000000000000..dc49d302a8d4 --- /dev/null +++ b/mail/aileron/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Aileron +# Date created: 3 Sep 2002 +# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> +# +# $FreeBSD$ +# + +PORTNAME= aileron +PORTVERSION= 0.1.3 +CATEGORIES= mail +MASTER_SITES= http://ucsu.colorado.edu/~nwanua/Aileron/ +DISTNAME= Aileron-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= WINGs mail client + +LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient +BUILD_DEPENDS= ${X11BASE}/bin/get-wings-flags:${PORTSDIR}/x11-wm/windowmaker + +USE_X_PREFIX= yes +USE_XPM= yes + +.include <bsd.port.mk> diff --git a/mail/aileron/distinfo b/mail/aileron/distinfo new file mode 100644 index 000000000000..eba7f06ff53f --- /dev/null +++ b/mail/aileron/distinfo @@ -0,0 +1 @@ +MD5 (Aileron-0.1.3.tar.gz) = 33b31db4bc4098367c89cb2ba67cb4ee diff --git a/mail/aileron/files/patch-Makefile b/mail/aileron/files/patch-Makefile new file mode 100644 index 000000000000..9a9001da0c4f --- /dev/null +++ b/mail/aileron/files/patch-Makefile @@ -0,0 +1,64 @@ +--- Makefile.orig Fri Nov 23 02:53:00 2001 ++++ Makefile Wed Aug 28 13:38:08 2002 +@@ -1,45 +1,35 @@ +- +- +-SHELL = /bin/sh +-CC = gcc +-INSTALL = /bin/cp -r +-INSTALLDIR = $(DESTDIR)/usr/lib/GNUstep/Apps/Aileron.app ++CC ?= gcc ++INSTALL = /bin/cp ++INSTALLDIR = ${X11BASE}/GNUstep/Apps/Aileron.app + IMAGES = images + MISCFILES = AUTHORS.html + ++TARGET = Aileron + +-TARGET=Aileron +- +-CFLAGS= `get-wings-flags --cflags` -I. -I/usr/include/c-client -Wall \ +-#-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \ +-#-Werror ++CFLAGS += `get-wings-flags --cflags` -I. -I${LOCALBASE}/include/c-client -Wall + ++LDFLAGS = `get-wings-flags --ldflags` -L${X11BASE}/lib + +- +-LDFLAGS=`get-wings-flags --ldflags` -L/usr/X11R6/lib +- +-LIBS= `get-wings-flags --libs` -lWMaker -lc-client -lcrypt +-#-lefence ++LIBS= `get-wings-flags --libs` -lWMaker -lc-client4 -lcrypt + + MODULES = Addresses.o Aileron.o Composer.o Find.o HTMLParser.o Info.o \ + MailBox.o Mailboxes.o Menu.o Preferences.o TimeStamp.o HTMLWriter.o + +-all: $(TARGET) ++all: ${TARGET} + + install: +- strip $(TARGET) +- mkdir -p $(INSTALLDIR) +- $(INSTALL) $(TARGET) $(MISCFILES) $(IMAGES) $(INSTALLDIR) ++ strip ${TARGET} ++ mkdir -p ${INSTALLDIR} ++ ${INSTALL} -R ${TARGET} ${MISCFILES} ${IMAGES} ${INSTALLDIR} + + clean: +- rm -f $(MODULES) $(TARGET) core *~ ++ rm -f ${MODULES} ${TARGET} core *~ + + distclean: +- rm -f $(MODULES) $(TARGET) core ++ rm -f ${MODULES} ${TARGET} core + +-$(TARGET): $(MODULES) Aileron.h +- $(CC) -g -o $(TARGET) $(MODULES) $(LIBS) $(LDFLAGS) ++${TARGET}: ${MODULES} Aileron.h ++ ${CC} -o ${TARGET} ${MODULES} ${LIBS} ${LDFLAGS} + + .c.o: +- $(CC) $(CFLAGS) -g -c $< -o $@ +- ++ ${CC} ${CFLAGS} -c $< -o $@ diff --git a/mail/aileron/pkg-descr b/mail/aileron/pkg-descr new file mode 100644 index 000000000000..21ece275ab9a --- /dev/null +++ b/mail/aileron/pkg-descr @@ -0,0 +1,9 @@ +Aileron is an email client written for the WindowMaker window manager. +It is based on the WINGs widget library. The philosophy behind Aileron +is to be as similar to NeXTSTEP's Mail.app as possible, right down to +the menu keybindings. Aileron will play nice with pine, elm, or whatever +other mbox mail reader you use. There will be a few deviations from the +original Mail.app, most of which the average WindowMaker user will +appreciate. + +WWW: http://ucsu.colorado.edu/~nwanua/Aileron/ diff --git a/mail/aileron/pkg-plist b/mail/aileron/pkg-plist new file mode 100644 index 000000000000..ab042d998383 --- /dev/null +++ b/mail/aileron/pkg-plist @@ -0,0 +1,46 @@ +GNUstep/Apps/Aileron.app/AUTHORS.html +GNUstep/Apps/Aileron.app/Aileron +GNUstep/Apps/Aileron.app/images/filetypes/AUTHOR +GNUstep/Apps/Aileron.app/images/filetypes/file-dot-jpg.tif +GNUstep/Apps/Aileron.app/images/filetypes/file-dot-mov.tif +GNUstep/Apps/Aileron.app/images/filetypes/file-generic-gnustep.tif +GNUstep/Apps/Aileron.app/images/filetypes/generic-sound.tif +GNUstep/Apps/Aileron.app/images/filetypes/generic-text.tif +GNUstep/Apps/Aileron.app/images/icon/numbers.xpm +GNUstep/Apps/Aileron.app/images/icon/mailboxes.xpm +GNUstep/Apps/Aileron.app/images/icon/mailboxesfull.xpm +GNUstep/Apps/Aileron.app/images/icon/mailboxesmask.xbm +GNUstep/Apps/Aileron.app/images/icon/mailboxesmask.xpm +GNUstep/Apps/Aileron.app/images/icon/newmail.xpm +GNUstep/Apps/Aileron.app/images/icon/no_newmail.xpm +GNUstep/Apps/Aileron.app/images/icon/Mail2.xpm +GNUstep/Apps/Aileron.app/images/infopanel/info-image.tif +GNUstep/Apps/Aileron.app/images/infopanel/info-title.tif +GNUstep/Apps/Aileron.app/images/timestamp/date.xpm +GNUstep/Apps/Aileron.app/images/timestamp/clk.xpm +GNUstep/Apps/Aileron.app/images/timestamp/month.xpm +GNUstep/Apps/Aileron.app/images/timestamp/led.xpm +GNUstep/Apps/Aileron.app/images/timestamp/weekday.xpm +GNUstep/Apps/Aileron.app/images/win/upbtn.xpm +GNUstep/Apps/Aileron.app/images/win/answered-flag.tif +GNUstep/Apps/Aileron.app/images/win/clip.tif +GNUstep/Apps/Aileron.app/images/win/compose.tif +GNUstep/Apps/Aileron.app/images/win/delete.tif +GNUstep/Apps/Aileron.app/images/win/deliver.tif +GNUstep/Apps/Aileron.app/images/win/downbtn.xpm +GNUstep/Apps/Aileron.app/images/win/face.xpm +GNUstep/Apps/Aileron.app/images/win/find.tif +GNUstep/Apps/Aileron.app/images/win/forward.tif +GNUstep/Apps/Aileron.app/images/win/mailboxes.tif +GNUstep/Apps/Aileron.app/images/win/mime-flag.tif +GNUstep/Apps/Aileron.app/images/win/new-flag.tif +GNUstep/Apps/Aileron.app/images/win/newmail.tif +GNUstep/Apps/Aileron.app/images/win/reply.tif +GNUstep/Apps/Aileron.app/images/win/addresses.tif +@dirrm GNUstep/Apps/Aileron.app/images/filetypes +@dirrm GNUstep/Apps/Aileron.app/images/infopanel +@dirrm GNUstep/Apps/Aileron.app/images/icon +@dirrm GNUstep/Apps/Aileron.app/images/timestamp +@dirrm GNUstep/Apps/Aileron.app/images/win +@dirrm GNUstep/Apps/Aileron.app/images +@dirrm GNUstep/Apps/Aileron.app |