diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-25 09:36:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-25 09:36:11 +0000 |
commit | 014ad9c25780be23559da3f665c72403933e550e (patch) | |
tree | d70cb3ad8d3352f0253233b5bb102f29e8147096 /deskutils/xmaddressbook | |
parent | 05c76a48a30232edebe232099d3e55ef908d4e49 (diff) | |
download | ports-014ad9c25780be23559da3f665c72403933e550e.tar.gz ports-014ad9c25780be23559da3f665c72403933e550e.zip |
Notes
Diffstat (limited to 'deskutils/xmaddressbook')
-rw-r--r-- | deskutils/xmaddressbook/Makefile | 21 | ||||
-rw-r--r-- | deskutils/xmaddressbook/distinfo | 1 | ||||
-rw-r--r-- | deskutils/xmaddressbook/files/patch-aa | 27 | ||||
-rw-r--r-- | deskutils/xmaddressbook/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/xmaddressbook/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/xmaddressbook/pkg-plist | 4 |
6 files changed, 59 insertions, 0 deletions
diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile new file mode 100644 index 000000000000..4d2737ceabe8 --- /dev/null +++ b/deskutils/xmaddressbook/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xmaddressbook +# Version required: 1.5.3 +# Date created: 31 Jul 1996 +# Whom: shanee@rabbit.augusta.de +# +# $Id$ +# + +DISTNAME= xmaddressbook-1.5.3 +CATEGORIES= misc x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= office/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= shanee@rabbit.augusta.de + +REQUIRES_MOTIF= yes +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xmaddressbook + +.include <bsd.port.mk> diff --git a/deskutils/xmaddressbook/distinfo b/deskutils/xmaddressbook/distinfo new file mode 100644 index 000000000000..6cd38b02d67b --- /dev/null +++ b/deskutils/xmaddressbook/distinfo @@ -0,0 +1 @@ +MD5 (xmaddressbook-1.5.3.tar.Z) = d7d86feacdac99eaec1294f540d7af5a diff --git a/deskutils/xmaddressbook/files/patch-aa b/deskutils/xmaddressbook/files/patch-aa new file mode 100644 index 000000000000..79d71899f72d --- /dev/null +++ b/deskutils/xmaddressbook/files/patch-aa @@ -0,0 +1,27 @@ +*** Imakefile.orig Fri Jul 21 00:17:40 1995 +--- Imakefile Tue Nov 19 17:22:06 1996 +*************** +*** 16,26 **** + OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o + SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c + + LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 +- +- /* uncomment this if you are using X11R6 +- LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 -lICE -lXi -lSM -loldX -lXext + */ + + + ComplexProgramTarget(xmaddressbook) +--- 16,26 ---- + OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o + SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c + ++ /* uncomment this if you are using < X11R6 + LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 + */ ++ ++ LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lX11 -lICE -lXi -lSM -loldX -lXext + + + ComplexProgramTarget(xmaddressbook) diff --git a/deskutils/xmaddressbook/pkg-comment b/deskutils/xmaddressbook/pkg-comment new file mode 100644 index 000000000000..25690a5d6a42 --- /dev/null +++ b/deskutils/xmaddressbook/pkg-comment @@ -0,0 +1 @@ +XmAddressbook is a X11/Motif based addressbook program. diff --git a/deskutils/xmaddressbook/pkg-descr b/deskutils/xmaddressbook/pkg-descr new file mode 100644 index 000000000000..8934791711a3 --- /dev/null +++ b/deskutils/xmaddressbook/pkg-descr @@ -0,0 +1,5 @@ + XmAddressbook is a X11/Motif based address book program. + It allows the user to enter addressbook type information. + It saves its data in a text file. It can output the + addressbook in Postscript. It also has a Curses interface + for searching and viewing the address book. diff --git a/deskutils/xmaddressbook/pkg-plist b/deskutils/xmaddressbook/pkg-plist new file mode 100644 index 000000000000..a1863b856412 --- /dev/null +++ b/deskutils/xmaddressbook/pkg-plist @@ -0,0 +1,4 @@ +bin/xmaddressbook +lib/X11/app-defaults/XmAddressBook +lib/X11/xmaddressbook/xmaddressbook.hlp +man/man1/xmaddressbook.1.gz |