1999-10-01 19:54:16 +02:00
|
|
|
# New ports collection makefile for: mmencode
|
|
|
|
# Date created: 30 September 1999
|
|
|
|
# Whom: kbyanc
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 01:24:42 +02:00
|
|
|
PORTNAME= mmencode
|
|
|
|
PORTVERSION= 2.7
|
1999-10-01 19:54:16 +02:00
|
|
|
CATEGORIES= converters
|
2005-09-17 03:02:52 +02:00
|
|
|
MASTER_SITES= ftp://ftp.delegate.org/pub/mime/mm2.7/ \
|
2001-05-29 19:34:14 +02:00
|
|
|
ftp://ftp.funet.fi/pub/unix/mail/metamail/
|
2000-04-09 01:24:42 +02:00
|
|
|
DISTNAME= mm${PORTVERSION}
|
1999-10-01 19:54:16 +02:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2003-11-02 04:36:45 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Translate to and from mail-oriented encoding formats
|
1999-10-01 19:54:16 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src/metamail
|
|
|
|
|
2005-06-06 13:28:51 +02:00
|
|
|
PLIST_FILES= bin/mmencode bin/mimencode
|
1999-10-01 19:54:16 +02:00
|
|
|
MAN1= mmencode.1
|
2005-06-06 13:28:51 +02:00
|
|
|
MLINKS= mmencode.1 mimencode.1
|
1999-10-01 19:54:16 +02:00
|
|
|
|
|
|
|
ALL_TARGET= mmencode
|
2005-06-06 13:28:51 +02:00
|
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
1999-10-01 19:54:16 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC} && ${INSTALL_PROGRAM} mmencode ${PREFIX}/bin
|
1999-10-01 19:56:00 +02:00
|
|
|
@cd ${WRKSRC}/../man && ${INSTALL_MAN} mmencode.1 ${PREFIX}/man/man1
|
1999-10-01 19:54:16 +02:00
|
|
|
@cd ${PREFIX}/bin && ${LN} -s mmencode mimencode
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|