summaryrefslogblamecommitdiff
path: root/mail/ripmime/Makefile
blob: c311b0950e2dcf464feb95a578144921feef26e4 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                             
                       



                                                 
                                                                           
 

                   
          
                                                                     

                                                      




                             
# New ports collection Makefile for:	RipMIME
# Date created:				16th March 2001
# Whom: 				Justin Stanford <jus@security.za.net>
#
# $FreeBSD$
#

PORTNAME=	ripmime
PORTVERSION=	1.3.0.5
CATEGORIES=	mail
MASTER_SITES=	http://www.pldaniels.com/ripmime/

MAINTAINER=	jus@security.za.net
COMMENT=	Extracts attached files out of a MIME encoded email package

USE_REINPLACE=	yes

pre-build:
	@${REINPLACE_CMD} -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!; \
		s!CFLAGS= -Wall -O2!CFLAGS+= -Wall!' \
		${WRKSRC}/Makefile

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>