mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
643c85f080
Found by: portlint
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# New ports collection makefile for: mmr
|
|
# Version required: 1.5.1
|
|
# Date created: 23 October 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/11/01 14:15:12 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= mmr-1.5.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/mail/mua
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
ALL_TARGET= mmr
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|