1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/mimekit/Makefile
1997-05-07 23:40:59 +00:00

25 lines
647 B
Makefile

# New ports collection makefile for: mimekit
# Version required: 1.6
# Date created: 9 April 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1996/11/11 10:12:26 max Exp $
#
DISTNAME= mimekit1.6
PKGNAME= jp-mimekit-1.6
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>