mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
25 lines
607 B
Makefile
25 lines
607 B
Makefile
# New ports collection makefile for: mimekit
|
|
# Version required: 1.7
|
|
# Date created: 9 April 1996
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= mimekit1.7
|
|
PKGNAME= ja-mimekit-1.7
|
|
CATEGORIES= japanese devel mail
|
|
MASTER_SITES= ftp://etlport.etl.go.jp/pub/ccipr/DeleGate/ \
|
|
ftp://ftp.iij.ad.jp/pub/mail/mime/
|
|
|
|
MAINTAINER= max@FreeBSD.org
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/mimekit
|
|
${INSTALL_DATA} ${WRKSRC}/README.LIB ${PREFIX}/share/doc/mimekit
|
|
${INSTALL_DATA} ${WRKSRC}/README.PGP ${PREFIX}/share/doc/mimekit
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|