mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c926c1fcef
PR: 34367 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Approved by: maintainer
24 lines
476 B
Makefile
24 lines
476 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.2.8
|
|
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}!; \
|
|
s!CFLAGS= -Wall -O2!CFLAGS+= -Wall!' \
|
|
${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|