1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Update to mimekit 1.8, bundled in Delegate 6.1.19.

PR:		ports/16109
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Akinori MUSHA 2000-10-29 13:46:19 +00:00
parent baf2613128
commit 6f5f44cc2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34401
4 changed files with 30 additions and 27 deletions

View File

@ -6,14 +6,15 @@
#
PORTNAME= mimekit
PORTVERSION= 1.7
PORTVERSION= 1.8
CATEGORIES= japanese devel mail
MASTER_SITES= ftp://etlport.etl.go.jp/pub/ccipr/DeleGate/ \
ftp://ftp.iij.ad.jp/pub/mail/mime/
DISTNAME= ${PORTNAME}${PORTVERSION}
MASTER_SITES= ftp://ftp.etl.go.jp/pub/DeleGate/
DISTNAME= delegate6.1.19
MAINTAINER= max@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/mimekit
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mimekit

View File

@ -1 +1 @@
MD5 (mimekit1.7.tar.gz) = f14902ba3957bbe77f9d9845bd84e682
MD5 (delegate6.1.19.tar.gz) = 3cfa4f8b801a669bb4d1588e9afd62a8

View File

@ -1,34 +1,36 @@
--- Makefile.orig Tue Jun 10 13:09:55 1997
+++ Makefile Wed Sep 17 06:33:48 1997
@@ -15,7 +15,7 @@
--- Makefile.orig Fri Sep 3 11:05:28 1999
+++ Makefile Sun Dec 26 11:25:47 1999
@@ -19,7 +19,7 @@
LIBFILE = libmimekit.a
-CFLAGS = -O
+CFLAGS += -O
+CFLAGS ?= -O
TARGET = all
target: $(TARGET)
libx: Makefile.go
@@ -58,7 +58,8 @@
@@ -60,7 +60,7 @@
DGDIR = ../src/
#endif #############
MMDIR = ../../../src
MMSDIR = ../
-INSTDIR = /usr/local/lib
+PREFIX ?= /usr/local
+INSTDIR = ${PREFIX}/lib
-INSTDIR = /usr/local
+INSTDIR = ${PREFIX}
LOCALFILES = README \
README.LIB \
@@ -154,9 +155,9 @@
@@ -163,11 +163,11 @@
enMime deMime bench.o test.out sample.out
install: fromMime toMime $(LIBFILE)
- install -o bin -g bin -m 755 fromMime $(INSTDIR)
- install -o bin -g bin -m 755 toMime $(INSTDIR)
- install -o root -g staff -m 644 $(LIBFILE) $(INSTDIR)
+ install -s -c -o bin -g bin -m 755 fromMime $(INSTDIR)
+ install -s -c -o bin -g bin -m 755 toMime $(INSTDIR)
+ install -c -o bin -g bin -m 644 $(LIBFILE) $(INSTDIR)
-$(RANLIB) $(INSTDIR)/$(LIBFILE)
install: deMime enMime $(LIBFILE)
- install -o bin -g bin -m 755 deMime $(INSTDIR)/bin
- install -o bin -g bin -m 755 enMime $(INSTDIR)/bin
+ ${BSD_INSTALL_PROGRAM} deMime $(INSTDIR)/bin
+ ${BSD_INSTALL_PROGRAM} enMime $(INSTDIR)/bin
config.h:; $(LKFILE) $(MMDIR)/config.h .
-# install -o root -g staff -m 644 $(LIBFILE) $(INSTDIR)/lib
-# -$(RANLIB) $(INSTDIR)/lib/$(LIBFILE)
+ ${BSD_INSTALL_DATA} $(LIBFILE) $(INSTDIR)/lib
+ -$(RANLIB) $(INSTDIR)/lib/$(LIBFILE)
ystring.h:; $(LKFILE) ../include/ystring.h
html.c:; $(LKFILE) ../rary/html.c .

View File

@ -1,5 +1,5 @@
lib/fromMime
lib/toMime
bin/deMime
bin/enMime
lib/libmimekit.a
share/doc/mimekit/README.LIB
share/doc/mimekit/README.PGP