mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Import of xmaddressbook.
Closes PR 1527. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
This commit is contained in:
parent
05c76a48a3
commit
014ad9c257
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4659
21
deskutils/xmaddressbook/Makefile
Normal file
21
deskutils/xmaddressbook/Makefile
Normal file
@ -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>
|
1
deskutils/xmaddressbook/distinfo
Normal file
1
deskutils/xmaddressbook/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmaddressbook-1.5.3.tar.Z) = d7d86feacdac99eaec1294f540d7af5a
|
27
deskutils/xmaddressbook/files/patch-aa
Normal file
27
deskutils/xmaddressbook/files/patch-aa
Normal file
@ -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)
|
1
deskutils/xmaddressbook/pkg-comment
Normal file
1
deskutils/xmaddressbook/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XmAddressbook is a X11/Motif based addressbook program.
|
5
deskutils/xmaddressbook/pkg-descr
Normal file
5
deskutils/xmaddressbook/pkg-descr
Normal file
@ -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.
|
4
deskutils/xmaddressbook/pkg-plist
Normal file
4
deskutils/xmaddressbook/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/xmaddressbook
|
||||
lib/X11/app-defaults/XmAddressBook
|
||||
lib/X11/xmaddressbook/xmaddressbook.hlp
|
||||
man/man1/xmaddressbook.1.gz
|
Loading…
Reference in New Issue
Block a user