fa0fa4e20f
o Unecho commands o Update both DESCR and COMMENT PR: 29424 Submitted by: Pete Fritchman <petef@databits.net> Reviewed by: MAINTAINER
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# New ports collection Makefile for: RipMIME
|
|
# Date created: 16th March 2001
|
|
# Whom: Justin Stanford <jus@security.za.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ripmime
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.pldaniels.com/ripmime/
|
|
|
|
MAINTAINER= jus@security.za.net
|
|
|
|
pre-build:
|
|
@${PERL} -pi -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!' ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|