2002-02-12 05:18:19 +01:00
|
|
|
# New ports collection makefile for: muttprint
|
|
|
|
# Date created: 11 november 2001
|
|
|
|
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= muttprint
|
|
|
|
PORTVERSION= 0.61
|
2002-02-12 23:58:59 +01:00
|
|
|
PORTREVISION= 1
|
2002-02-12 05:18:19 +01:00
|
|
|
CATEGORIES= print mail
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= muttprint
|
|
|
|
|
|
|
|
MAINTAINER= obraun@informatik.unibw-muenchen.de
|
|
|
|
|
|
|
|
MAN1= muttprint.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
-${RM} -f ${WRKSRC}/pics/*.orig
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-02-12 05:22:45 +01:00
|
|
|
INSTALL_TARGET=install-with-doc
|
2002-02-12 05:18:19 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|